This commit is contained in:
Eros Nardi 2021-02-07 22:15:05 +01:00
parent 871cbb3f03
commit 08c71c5bc1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV TZ Etc/UTC
ENV FQDN localhost ENV FQDN localhost
ENV SELFSIGNED 0 ENV SELFSIGNED 0
RUN echo $TZ > /etc/timezone && apt-get update RUN /etc/timezone && apt-get update
RUN apt-get install -y \ RUN apt-get install -y \
apache2 \ apache2 \