Update Dockerfile

This commit is contained in:
Till Tomczak 2023-11-12 11:02:35 +01:00 committed by GitHub
parent 84e73c92fe
commit c375ff339a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ RUN set -x \
nasm \ nasm \
libpng-dev \ libpng-dev \
python3 \ python3 \
curl \
&& npm install \ && npm install \
&& apk del .build-dependencies \ && apk del .build-dependencies \
&& npm run webpack \ && npm run webpack \