update Dockerfile

This commit is contained in:
rainerosion 2023-02-20 12:48:15 +08:00
parent f964dadc39
commit b7a5ca59f5

View File

@ -54,7 +54,7 @@ RUN set -eux && \
apk update && \
apk add --no-cache $RUN_DEPS && \
usermod -u $UID -o www-data && \
groupmod -g $GUID www-data && \
groupmod -g $GUID -o www-data && \
apk add --no-cache --virtual .build-deps $BUILD_DEPS && \
docker-php-ext-configure gd --enable-gd --with-jpeg --with-webp && \
docker-php-ext-install -j $(nproc) $PHP_EXTENSIONS && \