removed unnecessary restart

This commit is contained in:
Milos Stojanovic
2021-07-28 19:33:30 +02:00
parent 8db4098f7e
commit 95f8889fa5

View File

@@ -24,8 +24,7 @@ RUN apt-get update > /dev/null && \
# cleanup apt
apt-get purge -y wget unzip && \
apt-get autoclean -y && \
rm -Rf /var/lib/apt/lists/* && \
service apache2 restart
rm -Rf /var/lib/apt/lists/*
EXPOSE 80