diff --git a/Dockerfile b/Dockerfile index 65e5da5..060f2e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Apache image as the base -FROM httpd:2.4 +FROM httpd # Install required packages RUN apt-get update && \