From 6e76af04b87ee3dfd0939f08bf47c481e0e0f3d6 Mon Sep 17 00:00:00 2001 From: Dave van Stein Date: Sun, 6 Mar 2022 11:45:51 +0100 Subject: [PATCH] bugfix --- .gitignore | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9905c4..abd6c19 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ www/images/itruns.jpgZone.Identifier build.sh optimize.sh +pushtodockerhub.sh diff --git a/Dockerfile b/Dockerfile index a6b10f8..748650f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN apt-get install -y --no-install-recommends \ # apache stack RUN apt-get install -y --no-install-recommends \ - apache2ntpdate + apache2 RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf # perl stack