We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542962a commit 64fd73bCopy full SHA for 64fd73b
2 files changed
php/php84/Dockerfile
@@ -47,6 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
47
mysqli \
48
exif \
49
ldap \
50
+ pcntl \
51
&& docker-php-ext-configure gd \
52
--with-freetype \
53
--with-jpeg \
php/php85/Dockerfile
@@ -51,6 +51,7 @@ RUN docker-php-ext-install -j$(nproc) \
54
55
56
57
0 commit comments