Skip to content

Commit

Permalink
adding mod_ssl to container for proxied https endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-btlunsfo committed Jul 18, 2024
1 parent 0d725e7 commit bad3a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit bad3a32

Please sign in to comment.