Skip to content

Commit fbe4acd

Browse files
authored
Disable protobuf by default (as it causes deprecation notices in php 8.1)
1 parent 943c6d0 commit fbe4acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN set -eux; \
3535
pkg-cleanup; \
3636
setcap cap_net_bind_service=+ep /usr/sbin/nginx; \
3737
rm -f $PHP_INI_DIR/conf.d/docker-php-ext-xdebug.ini; \
38+
rm -f $PHP_INI_DIR/conf.d/docker-php-ext-protobuf.ini; \
3839
mv $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
3940
mv /app.ini $PHP_INI_DIR/conf.d/app.ini; \
4041
rm -rf /var/www/*; \

0 commit comments

Comments
 (0)