From 08c71c5bc19b7f593b38927bfeba95c835c860e6 Mon Sep 17 00:00:00 2001 From: Eros Nardi Date: Sun, 7 Feb 2021 22:15:05 +0100 Subject: [PATCH] 0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e28ea4..25126e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV TZ Etc/UTC ENV FQDN localhost ENV SELFSIGNED 0 -RUN echo $TZ > /etc/timezone && apt-get update +RUN /etc/timezone && apt-get update RUN apt-get install -y \ apache2 \