We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9b102e + 9bfde47 commit f9a956bCopy full SHA for f9a956b
Dockerfile
@@ -37,10 +37,11 @@ RUN set -ex; \
37
postgresql-dev \
38
runit; \
39
apk add --no-cache --virtual build-dependencies build-base gcc wget autoconf linux-headers; \
40
- docker-php-ext-configure gd pcntl \
41
- --enable-pcntl \
42
- --with-freetype \
43
- --with-jpeg; \
+ docker-php-ext-configure gd \
+ --with-freetype \
+ --with-jpeg; \
+ docker-php-ext-configure pcntl \
44
+ --enable-pcntl; \
45
docker-php-ext-install \
46
bcmath \
47
bz2 \
0 commit comments