Skip to content

Commit

Permalink
Don't compile with brotli.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeburg committed Jun 16, 2024
1 parent 09d5923 commit 3b38c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN \
pdo \
pdo_mysql \
zip \
&& MAKEFLAGS="-j $(nproc)" pecl install swoole \
&& MAKEFLAGS="-j $(nproc)" pecl install --configureoptions 'enable-brotli="no"' swoole \
&& docker-php-ext-enable swoole \
&& docker-php-ext-configure pcntl --enable-pcntl \
&& docker-php-ext-install pcntl \
Expand Down

0 comments on commit 3b38c1c

Please sign in to comment.