Dockerfile aktualisiert

This commit is contained in:
2026-06-22 11:45:57 +00:00
parent f9787b2cec
commit bdc48fcb53
+4 -10
View File
@@ -1,16 +1,10 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
ARG MAINTAINER # Non-interactive Mode für apt und Zeitzone setzen
ARG TZ ENV DEBIAN_FRONTEND=noninteractive
ARG APP_NAME ENV TZ=Europe/Berlin
ARG APP_USER
LABEL maintainer="${MAINTAINER}"
LABEL org.opencontainers.image.title="${APP_NAME}"
ENV TZ=${TZ}
ENV USER=${APP_USER}
# System-Updates und alle benötigten PHP 7.4 Pakete + Tools installieren
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
nginx \ nginx \
php7.4-fpm \ php7.4-fpm \