Skip to content

Commit 309559b

Browse files
authored
feat: Strip setuptools (#322)
1 parent 046ff89 commit 309559b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ RUN find ./python/lib/$runtime/site-packages -name \*.pyc -delete
1717
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
1818
# installs it, while it's already provided by the Lambda Runtime.
1919
RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
20+
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools

0 commit comments

Comments
 (0)