update pkgs to 1.8.0

This commit is contained in:
ed
2023-06-26 00:46:55 +00:00
parent a0c1239246
commit 50905439e4
6 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ ENV PYTHONPYCACHEPREFIX=/tmp/pyc
RUN apk --no-cache add !pyc \
wget \
py3-pillow \
py3-argon2-cffi py3-pillow \
ffmpeg \
&& rm -rf /tmp/pyc \
&& mkdir /cfg /w \