diff --git a/src/Dockerfile b/src/Dockerfile index 12631f2..5319d55 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -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 @@ -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"] \ No newline at end of file +CMD ["/bin/bash"]