Skip to content

Commit

Permalink
Merge pull request #7 from unity-sds/480-addressttl-change-image
Browse files Browse the repository at this point in the history
Changing base image to more updated image
  • Loading branch information
jpl-btlunsfo authored Sep 24, 2024
2 parents 4b75729 + 02ec019 commit 9a6c3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lambda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
zip -r ../lambda.zip lambda.py
- name: Upload packaged Lambda function
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: lambda-package
path: lambda.zip
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM ubuntu/apache2
LABEL authors="barber"
FROM httpd:2.4.62

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 && \
RUN apt update && apt install -y apache2 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 9a6c3e1

Please sign in to comment.