From bad3a320ec2cb3b2712646c4694f45c948b79d6b Mon Sep 17 00:00:00 2001 From: Bradley Lunsford Date: Thu, 18 Jul 2024 09:22:45 -0700 Subject: [PATCH] adding mod_ssl to container for proxied https endpoints --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/