fix: [docker] enable brotli extension

pull/9434/head
Luciano Righetti 2023-12-05 13:47:18 +01:00
parent a454c1e728
commit ae725f8397
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN apt-get -y update \
# Install pecl extensions
RUN pecl install -f brotli zstd igbinary redis \
&& docker-php-ext-enable zstd igbinary redis
&& docker-php-ext-enable brotli zstd igbinary redis
# Install PEAR packages
RUN pear install Crypt_GPG