From 6b3e0fb145de9e2a16353bc3a9b2d7f5268f4733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Fri, 28 Oct 2022 23:23:38 +0200 Subject: [PATCH] Update 'Sources/Dockerfile' --- Sources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 1b4044a..76c75b1 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -2,6 +2,6 @@ FROM plugins/docker RUN apk update RUN apk add apache2 RUN apk add apache2-utils -RUN apk cache -v sync +RUN apk cache clean EXPOSE 80 CMD [“apache2ctl”, “-D”, “FOREGROUND”] \ No newline at end of file