Dockerfile aktualisiert
This commit is contained in:
+4
-10
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user