From 30ad0b8aee17b49a367d2fe92cbcf9875ee39ae6 Mon Sep 17 00:00:00 2001 From: Dave Whitinger Date: Tue, 22 Jul 2025 15:13:57 -0500 Subject: [PATCH] Add pcntl PHP extension for Laravel Horizon support --- Dockerfile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8576b5a..01703f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ RUN apk add --no-cache --update \ opcache \ pdo_mysql \ zip \ + pcntl \ # Remove dev packages once we're done using them && apk del \ autoconf \ diff --git a/README.md b/README.md index 3faa588..93e42c5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The following features work out of the box without any configuration: - `Nginx` serves as the web host and reverse proxy - Logs located at `/var/log/nginx/` - `npm` and `node` are installed for all your Node dependencies and scripts +- `pcntl` for use by Laravel Horizon - `PHP-FPM/OPcache` for fast performance in the browser and on the CLI - `Redis` extension is installed for caching - `supervisord` is installed for process management (Starting with image version `32`)