Build failed without python for arm

This commit is contained in:
Matt Maurer 2019-06-20 23:41:48 +00:00
parent 989da8877b
commit 2c5292222f

View File

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