We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef4571f + 31139d5 commit fa3152eCopy full SHA for fa3152e
docker/LambdaBaseImage.Dockerfile
@@ -13,7 +13,7 @@ RUN yum -y install gcc gcc-c++ krb5-devel krb5-server krb5-libs && yum clean all
13
# install arcgis
14
ARG arcgis_version="2.3.0"
15
# adding .* ensures the latest patch version is installed
16
-RUN pip3 install "arcgis==${arcgis_version}.*" --target "${LAMBDA_TASK_ROOT}"
+RUN pip3 install "arcgis==${arcgis_version}.*" --target "${LAMBDA_TASK_ROOT}" && rm -rf /root/.cache/pip
17
# set entrypoint to app.py handler method
18
# (note that app.py is missing from this base image)
19
CMD [ "app.handler" ]
0 commit comments