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.
1 parent 046ff89 commit 309559bCopy full SHA for 309559b
Dockerfile
@@ -17,3 +17,4 @@ RUN find ./python/lib/$runtime/site-packages -name \*.pyc -delete
17
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
18
# installs it, while it's already provided by the Lambda Runtime.
19
RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
20
+RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
0 commit comments