Skip to content

Commit

Permalink
Add zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy authored Jan 9, 2024
1 parent de26d69 commit 65f7d3b
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 @@ -94,7 +94,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
RUN docker-php-ext-configure zip && docker-php-ext-configure pcntl
RUN chmod +x /usr/local/bin/install-php-extensions && sync \
&& install-php-extensions amqp apcu bcmath exif fileinfo gd pdo_mysql mysqli pcntl pdo_pgsql redis \
sockets zip opcache intl uuid xsl \
sockets zip zstd opcache intl uuid xsl \
&& docker-php-ext-install mbstring

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
Expand Down

0 comments on commit 65f7d3b

Please sign in to comment.