From a363dc7d3bd8cb5e7f32b11251494215fa3a7d0a Mon Sep 17 00:00:00 2001 From: Daniel Dolezal <40464775+daniel156161@users.noreply.github.com> Date: Fri, 26 Feb 2021 22:34:33 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 078c85c..a44ee45 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV TZ=Europe/Vienna 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 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_GROUP www-data