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 \