diff --git a/dockerfile b/dockerfile index 07c8de4..f54e96b 100644 --- a/dockerfile +++ b/dockerfile @@ -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