Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-08-31 09:58:39 +02:00
committed by GitHub
parent 7774a3e9ef
commit 66083eea3a

View File

@@ -6,7 +6,7 @@ LABEL db="mariadb" webserver="apache" php="php8.2"
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:ondrej/php && \
apt-get update && \