Update Dockerfile
continuous-integration/drone/push Build is failing

This commit is contained in:
Gyorgy Berenyi
2026-03-02 23:04:52 +00:00
parent 01fd1f1b14
commit a91880effc
+1 -2
View File
@@ -54,8 +54,7 @@ RUN \
addgroup -S nginx && \ addgroup -S nginx && \
adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && \ adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && \
rm -rf /tmp/* && \ rm -rf /tmp/* && \
apk del ${build_pkgs} && \ apk del ${build_pkgs}
rm -rf /var/cache/apk/*
ARG PHP_VERSION="83" ARG PHP_VERSION="83"