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
commit 504b2e2c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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