Remove unneeded packages

This commit is contained in:
Jiahao Lee 2022-05-22 03:35:26 +08:00 committed by GitHub
parent 942f17b2f4
commit 308b0f7464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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