Skip to content

Commit

Permalink
Merge pull request #9 from keulinho/patch-1
Browse files Browse the repository at this point in the history
Install ext-pcntl
  • Loading branch information
shyim authored Oct 17, 2023
2 parents 92b17dc + 51de3a4 commit 59e9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apk add --no-cache \
mariadb-client \
git && \
apk add --no-cache --allow-untrusted /gnu-libiconv-1.15-r3.apk && rm /gnu-libiconv-1.15-r3.apk && \
install-php-extensions bcmath gd intl mysqli pdo_mysql sockets bz2 soap zip gmp ffi redis opcache calendar && \
install-php-extensions bcmath gd intl mysqli pdo_mysql sockets bz2 soap zip gmp ffi redis opcache calendar pcntl && \
ln -s /usr/local/bin/php /usr/bin/php && \
ln -sf /dev/stdout /var/log/nginx/access.log && \
ln -sf /dev/stderr /var/log/nginx/error.log && \
Expand Down

0 comments on commit 59e9272

Please sign in to comment.