From 63d6b5ff5c420c575a991fcbd39f7eaa7466cd9d Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 3 May 2025 23:07:57 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00006e9..42d9a73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apk add --no-cache bash nginx \ php84-pecl-ssh2 php84-pecl-xdebug php84-pecl-yaml php84-pgsql php84-phar php84-phpdbg \ php84-session php84-simplexml php84-snmp php84-soap php84-sockets php84-sodium \ php84-sqlite3 php84-sysvmsg php84-tidy php84-xml php84-xmlreader php84-xmlwriter \ - php84-xsl php84-zip php84-ctype php84-tokenizerphp84 + php84-xsl php84-zip php84-ctype php84-tokenizer # Add unprivileged user RUN addgroup -S appgroup && adduser -S appuser -G appgroup