Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
davevs committed Mar 6, 2022
1 parent 33b46c9 commit 6e76af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
www/images/itruns.jpgZone.Identifier
build.sh
optimize.sh
pushtodockerhub.sh
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e76af0

Please sign in to comment.