Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m30s

This commit is contained in:
2025-05-03 23:07:57 +00:00
parent 10eace44d7
commit 63d6b5ff5c

View File

@@ -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