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 \
libpng-dev \
python3 \
curl \
&& npm install \
&& apk del .build-dependencies \
&& npm run webpack \