Merge pull request #574 from maurerit/master

Build failed without python for arm
This commit is contained in:
zadam
2019-06-21 09:10:17 +02:00
committed by GitHub
+1
View File
@@ -18,6 +18,7 @@ RUN set -x \
make \
nasm \
libpng-dev \
python \
&& npm install --production \
&& apk del .build-dependencies