From 4f77215db03b73dc7d333790b5876127575ab646 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal <40464775+daniel156161@users.noreply.github.com> Date: Fri, 26 Feb 2021 22:12:35 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2b727d..a52404c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Daniel Dolezal 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 apache2 php php-mysql apt-utils tzdata nano -y && apt-get clean +RUN apt-get update && apt-get install -y apache2 php php-mysql apt-utils tzdata nano certbot python-certbot-apache && apt-get clean ENV APACHE_RUN_USER www-data ENV APACHE_RUN_GROUP www-data