Update Dockerfile

This commit is contained in:
Stefan Pejcic 2024-12-23 10:59:45 +01:00 committed by GitHub
parent 018d31a601
commit 0def5324cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ LABEL author="Stefan Pejcic"
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive
LABEL db="mysql" webserver="apache" php="php8.2"
RUN apt-get update && \
apt-get install -y software-properties-common && \