Skip to content

Commit

Permalink
Add libbrotli-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Dec 27, 2024
1 parent acbc7d6 commit fb0a5cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FrankenPHP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt-get update; \
ca-certificates \
supervisor \
libsodium-dev \
brotli \
libbrotli-dev \
# Install PHP extensions (included with dunglas/frankenphp)
&& install-php-extensions \
bz2 \
Expand Down
2 changes: 1 addition & 1 deletion RoadRunner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update; \
ca-certificates \
supervisor \
libsodium-dev \
brotli \
libbrotli-dev \
# Install PHP extensions
&& install-php-extensions \
bz2 \
Expand Down
2 changes: 1 addition & 1 deletion Swoole.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update; \
ca-certificates \
supervisor \
libsodium-dev \
brotli \
libbrotli-dev \
# Install PHP extensions
&& install-php-extensions \
bz2 \
Expand Down

0 comments on commit fb0a5cc

Please sign in to comment.