Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 1cee2fd

Browse files
chore: apply suggestions from code review
Co-authored-by: Heitor Lessa <[email protected]>
1 parent 47ebda9 commit 1cee2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layer/Python/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN pip install -t /asset/python aws-lambda-powertools$PACKAGE_SUFFIX
1717
# Removing nonessential files
1818
RUN cd /asset && \
1919
rm -rf python/boto* && \
20+
# remove debugging symbols
2021
find python -name '*.so' -type f -exec strip "{}" \; && \
2122
find python -wholename "*/tests/*" -type f -delete && \
2223
find python -regex '^.*\(__pycache__\|\.py[co]\)$' -delete && \

0 commit comments

Comments
 (0)