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