Update
All checks were successful
Build and push image / Build (push) Successful in 20m17s

This commit is contained in:
Jack
2024-11-12 14:30:57 +00:00
parent 53de2d2533
commit 88a7f5b5f8
3 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ COPY ./config/php.ini-production "$PHP_INI_DIR/php.ini-production"
COPY ./config/pool.d "$PHP_INI_DIR/"
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
RUN apk update && apk upgrade
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
&& pecl install uploadprogress \
&& docker-php-ext-enable uploadprogress \