Skip to content

Commit 666e871

Browse files
authored
Install pcntl extension
1 parent 46f245f commit 666e871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php/7.2-fpm/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN docker-php-ext-install \
2727
intl \
2828
mbstring \
2929
opcache \
30+
pcntl \
3031
pdo_mysql \
3132
soap \
3233
xsl \
@@ -74,4 +75,4 @@ EXPOSE 9001
7475
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
7576

7677
ENTRYPOINT [ "docker-entrypoint.sh" ]
77-
CMD [ "php-fpm" ]
78+
CMD [ "php-fpm" ]

0 commit comments

Comments
 (0)