File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11ARG NAME_IMAGE_BASE='php'
2- ARG NAME_IMAGE_TAG='8.1 -fpm-alpine3.16'
2+ ARG NAME_IMAGE_TAG='8.2 -fpm-alpine3.16'
33
44FROM ${NAME_IMAGE_BASE}:${NAME_IMAGE_TAG}
55
66ARG BUILD_ID="unknown"
77ARG COMMIT_ID="unknown"
88ARG VERSION_OS='3.16'
9- ARG VERSION_PHP='8.1 '
9+ ARG VERSION_PHP='8.2 '
1010
1111LABEL \
1212 ALPINE="$VERSION_OS" \
@@ -54,11 +54,6 @@ RUN set -ex; \
5454 zip; \
5555 pecl install imagick; \
5656 docker-php-ext-enable --ini-name docker-php-ext-x-01-imagick.ini imagick; \
57- echo "#include <unistd.h>" > /usr/include/sys/unistd.h; \
58- pecl install grpc; \
59- docker-php-ext-enable --ini-name docker-php-ext-x-05-grpc.ini grpc; \
60- pecl install protobuf; \
61- docker-php-ext-enable --ini-name docker-php-ext-x-06-protobuf.ini protobuf; \
6257 ln -sf /dev/stdout /var/log/nginx/access.log; \
6358 ln -sf /dev/stderr /var/log/nginx/error.log; \
6459 mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" ; \
You can’t perform that action at this time.
0 commit comments