Skip to content

Commit

Permalink
Change Dockerfile hash
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jul 16, 2024
1 parent 8cc00e2 commit c4d690e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pip install . -t python
# to change the hash of the file and get TF to realize it needs to be
# redeployed. Ticket for a better solution:
# https://gfw.atlassian.net/browse/GTC-1250
# change 6
# change 7

RUN yum install -y zip geos-devel

Expand All @@ -26,4 +26,4 @@ RUN find python/ -type d -a -name '__pycache__' -print0 | xargs -0 rm -rf
# Compress all source codes except files listed in .lambdaignore
RUN cat .lambdaignore | xargs zip -9qyr layer.zip python -x

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit c4d690e

Please sign in to comment.