fix dockerfile APK python dependency

This commit is contained in:
zadam 2021-11-14 11:35:10 +01:00
parent acb50f44a1
commit ed5eb5c6db

View File

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