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