diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 5831fe1..6eb3645 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -1,7 +1,7 @@ FROM plugins/docker -RUN apt update -RUN apt install –y apache2 -RUN apt install –y apache2-utils -RUN apt clean +RUN apk update +RUN apk install –y apache2 +RUN apk install –y apache2-utils +RUN apk clean EXPOSE 80 CMD [“apache2ctl”, “-D”, “FOREGROUND”] \ No newline at end of file