diff --git a/Dockerfile b/Dockerfile index 05e2b80..dda0c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu/apache2 LABEL authors="barber" -RUN apt update && apt install -y libapache2-mod-auth-openidc ca-certificates python3-boto3 && a2enmod auth_openidc proxy proxy_http proxy_html proxy_wstunnel substitute rewrite headers && \ +RUN apt update && apt install -y libapache2-mod-auth-openidc ca-certificates python3-boto3 && a2enmod auth_openidc proxy proxy_http proxy_html proxy_wstunnel ssl substitute rewrite headers && \ sed -i 's/Listen 80/Listen 8080/' /etc/apache2/ports.conf COPY write_site.py /usr/local/bin/