From 7fd14844975540ed8a1db7a16f688c2f0e0813f2 Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Thu, 18 Jun 2026 15:53:44 +0100 Subject: [PATCH] Add pcntl extension to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4cf3f43..6a18d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN apt-get update && \ intl \ mbstring \ mysqli \ + pcntl \ pdo \ pdo_mysql \ zip && \