Skip to content

Commit

Permalink
Added ext-pcntl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Oct 9, 2023
1 parent 12ce45f commit 61b8ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN \
&& docker-php-ext-install opcache \
# Number formatting in our own application templates requires intl.
intl \
# symfony/messenger requires PCNTL for graceful shutdown of queue workers.
pcntl \
# Pheanstalk requires sockets extension otherwise it throws SocketException with "Unknown error" (CLUB-250-B6).
sockets \
# lorenzo/pinky requires XSL extension.
Expand Down

0 comments on commit 61b8ef1

Please sign in to comment.