Skip to content

Commit

Permalink
Revert "remove soap and sockets extensions"
Browse files Browse the repository at this point in the history
This reverts commit aa8b9e3.
  • Loading branch information
guillaume-sainthillier committed Mar 16, 2024
1 parent aa8b9e3 commit 3bc60fe
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 @@ -73,7 +73,7 @@ ENV PHPIZE_DEPS \

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS && \
docker-php-ext-install -j$(nproc) bcmath exif intl opcache pcntl pdo_mysql zip && \
docker-php-ext-install -j$(nproc) bcmath exif intl opcache pcntl pdo_mysql soap sockets zip && \
pecl install amqp apcu redis imagick && \
docker-php-ext-enable amqp apcu redis imagick && \
apk del .build-deps && \
Expand Down

0 comments on commit 3bc60fe

Please sign in to comment.