Dockerfile Update to include pcntl

This commit is contained in:
2026-06-30 21:57:03 +10:00
parent 6978510147
commit 940bf2a367
+1 -1
View File
@@ -1,7 +1,7 @@
FROM php:8.4-fpm-alpine
RUN apk add --no-cache nginx curl zip unzip git postgresql-dev nodejs npm dcron \
&& docker-php-ext-install pdo pdo_pgsql pgsql opcache
&& docker-php-ext-install pdo pdo_pgsql pgsql opcache pcntl
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer