Skip to content

Commit 46f245f

Browse files
authored
Install pcntl extension
1 parent c8c424f commit 46f245f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php/7.1-fpm/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN docker-php-ext-install \
2929
mbstring \
3030
mcrypt \
3131
opcache \
32+
pcntl \
3233
pdo_mysql \
3334
soap \
3435
xsl \
@@ -67,4 +68,4 @@ EXPOSE 9001
6768
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
6869

6970
ENTRYPOINT [ "docker-entrypoint.sh" ]
70-
CMD [ "php-fpm" ]
71+
CMD [ "php-fpm" ]

0 commit comments

Comments
 (0)