Skip to content

Commit

Permalink
Merge branch 'main' into UML-3671-findActorLpa
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 authored Nov 14, 2024
2 parents 09c678f + 845274e commit e926ce3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lambda-functions/upload-statistics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ COPY requirements.txt requirements.txt

RUN pip install --requirement requirements.txt

RUN dnf update -y libarchive --releasever 2023.6.20241028 && \
dnf clean all

CMD [ "upload_statistics.lambda_handler" ]

0 comments on commit e926ce3

Please sign in to comment.