add pcntl extension to dockerfile

This commit is contained in:
yuriko 🦊 2025-05-25 02:01:52 -04:00
parent c64e04f9d0
commit 9523717e19
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8

View file

@ -11,6 +11,7 @@ RUN install-php-extensions \
opcache \ opcache \
redis \ redis \
mongodb \ mongodb \
pcntl \
zip zip
COPY . /app COPY . /app