Skip to content

Commit

Permalink
Merge pull request #70 from fontebasso/php8
Browse files Browse the repository at this point in the history
adding PCNTL extension
  • Loading branch information
fontebasso authored May 29, 2024
2 parents 2cb3e7a + d669eed commit d9b102e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ RUN set -ex; \
postgresql-dev \
runit; \
apk add --no-cache --virtual build-dependencies build-base gcc wget autoconf linux-headers; \
docker-php-ext-configure gd \
docker-php-ext-configure gd pcntl \
--enable-pcntl \
--with-freetype \
--with-jpeg; \
docker-php-ext-install \
Expand All @@ -53,6 +54,7 @@ RUN set -ex; \
sysvmsg \
sysvsem \
sysvshm \
pcntl \
zip; \
pecl install imagick; \
docker-php-ext-enable --ini-name docker-php-ext-x-01-imagick.ini imagick; \
Expand Down

0 comments on commit d9b102e

Please sign in to comment.