diff --git a/httpd/Dockerfile b/httpd/Dockerfile index 06bc8e0..dad9f89 100644 --- a/httpd/Dockerfile +++ b/httpd/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:latest +FROM httpd:2-bullseye RUN apt-get update && apt-get -y install libapache2-mod-perl2 && apt-get clean RUN echo admin | htpasswd -i -c /usr/local/apache2/.htpasswd admin