Update Dockerfile

This commit is contained in:
Stefan Pejcic 2024-08-28 22:40:26 +02:00 committed by GitHub
parent 41526651c7
commit 4a156d3350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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