Update Dockerfile

This commit is contained in:
2021-02-26 22:34:33 +01:00
committed by GitHub
parent 9e0362b0b7
commit a363dc7d3b
+1 -1
View File
@@ -5,7 +5,7 @@ ENV TZ=Europe/Vienna
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && apt-get install -y software-properties-common && apt-add-repository universe RUN apt-get update && apt-get install -y software-properties-common && apt-add-repository universe
RUN apt-get install -y apache2 php php-mysql apt-utils tzdata nano certbot && apt-get clean RUN apt-get update && apt-get install -y apache2 php php-mysql apt-utils tzdata nano certbot && apt-get clean
ENV APACHE_RUN_USER www-data ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data ENV APACHE_RUN_GROUP www-data