Skip to content

Commit

Permalink
test lib brotli (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizmanhani authored Sep 18, 2024
1 parent c02c354 commit bcbd8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-devc/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PHP_VERSION $PHP_VERSION
COPY rootfs /
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends libcurl4-openssl-dev libc-ares-dev libsqlite3-dev libpq-dev git parallel unzip wget \
&& apt-get -y install --no-install-recommends libcurl4-openssl-dev libc-ares-dev libsqlite3-dev libpq-dev git parallel unzip wget libbrotli-dev \
&& mv /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini \
&& mv /etc/php/php.ini /usr/local/etc/php/conf.d/zzphp.ini \
&& install-php-extensions sockets && install-swoole && install-tools

0 comments on commit bcbd8b5

Please sign in to comment.