Skip to content

Commit

Permalink
add pcntl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Mar 11, 2024
1 parent 09ccd0f commit db70394
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 pdo_mysql soap sockets 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 db70394

Please sign in to comment.