Update Dockerfile

This commit is contained in:
Lee Spottiswood 2019-01-07 21:21:23 +00:00 committed by GitHub
parent 04f6af5c9a
commit 081ab00a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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