Update Dockerfile

This commit is contained in:
Stefan Pejcic 2025-02-23 17:08:00 +01:00 committed by GitHub
parent ccc8b2b429
commit 81dd975c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ FROM ubuntu:latest
LABEL maintainer="stefan@pejcic.rs"
LABEL author="Stefan Pejcic"
LABEL db="mysql" webserver="nginx" php="php8.2"
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \