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