Merge pull request #275 from Lee303/Dockerfile-dependency-fix

Update Dockerfile
This commit is contained in:
zadam 2019-01-07 22:49:27 +01:00 committed by GitHub
commit 3824486b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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