Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-08-28 22:40:26 +02:00
committed by GitHub
parent 41526651c7
commit 4a156d3350

View File

@@ -2,7 +2,7 @@ FROM ubuntu:latest
LABEL maintainer="stefan@pejcic.rs"
LABEL author="Stefan Pejcic"
LABEL db="mariadb" webserver="apache" php="php8.2" # required from 0.2.7
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive