From d22452205c5b93ca08f800949110d146de2dd921 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 3 Dec 2024 15:41:51 +0100 Subject: [PATCH] update php classes --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3dfdc3c..7462ce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,11 @@ RUN apk --no-cache add \ php7-xmlreader \ php7-zip \ php7-zlib \ + php7-xmlwriter \ + php7-xsl \ + php7-pcntl \ + php7-posix \ + php7-sockets \ nginx \ runit \ curl \