From 4199ea60c058dcbc220b3ff1b31bfb9b9c30c3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Fri, 28 Oct 2022 23:21:43 +0200 Subject: [PATCH] Update 'Sources/Dockerfile' --- Sources/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 6eb3645..0032a35 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -1,7 +1,7 @@ FROM plugins/docker RUN apk update -RUN apk install –y apache2 -RUN apk install –y apache2-utils -RUN apk clean +RUN apk add –y apache2 +RUN apk add –y apache2-utils +RUN apk cache -v sync EXPOSE 80 CMD [“apache2ctl”, “-D”, “FOREGROUND”] \ No newline at end of file