Skip to content

Commit 64fd73b

Browse files
committed
feat: Add pcntl to PHP 8.4/8.5 containers
1 parent 542962a commit 64fd73b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

php/php84/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
4747
mysqli \
4848
exif \
4949
ldap \
50+
pcntl \
5051
&& docker-php-ext-configure gd \
5152
--with-freetype \
5253
--with-jpeg \

php/php85/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN docker-php-ext-install -j$(nproc) \
5151
mysqli \
5252
exif \
5353
ldap \
54+
pcntl \
5455
&& docker-php-ext-configure gd \
5556
--with-freetype \
5657
--with-jpeg \

0 commit comments

Comments
 (0)