Compare commits

...

1 Commits

Author SHA1 Message Date
zadam
ed5eb5c6db fix dockerfile APK python dependency 2021-11-14 11:35:10 +01:00

View File

@@ -16,7 +16,7 @@ RUN set -x \
make \ make \
nasm \ nasm \
libpng-dev \ libpng-dev \
python \ python3 \
&& npm install --production \ && npm install --production \
&& apk del .build-dependencies && apk del .build-dependencies