fix dockerfile APK python dependency

pull/255/head v0.48.6-docker
zadam 2021-11-14 11:35:10 +07:00
parent acb50f44a1
commit ed5eb5c6db
1 changed files with 1 additions and 1 deletions

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