Skip to content

Commit

Permalink
Remove some more libs
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Nov 6, 2023
1 parent 8daa7cb commit 79ab833
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infrastructure/aws/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ RUN rm -rdf /asset/botocore*
RUN rm -rdf /asset/click*
RUN rm -rdf /asset/pyyaml*
RUN rm -rdf /asset/partd*
RUN rm -rdf /asset/MarkupSafe*
RUN rm -rdf /asset/pytz*
RUN rm -rdf /asset/zipp*
RUN rm -rdf /asset/jmespath*
RUN rm -rdf /asset/idna*
RUN rm -rdf /asset/cligj*

COPY infrastructure/aws/lambda/handler.py /asset/handler.py

Expand Down

0 comments on commit 79ab833

Please sign in to comment.