We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c354e commit 2740700Copy full SHA for 2740700
2 files changed
.gitignore
@@ -35,7 +35,7 @@ pip-log.txt
35
.eggs/
36
.env/
37
.idea/
38
-
+pub_layer.sh
39
40
**/.serverless/
41
Dockerfile
@@ -77,7 +77,7 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
77
# reduce the size when ddtrace is built from sources. The release wheels are
78
# already stripped of debug symbols. We should revisit this when serverless
79
# benchmark uses pre-built wheels instead of building from sources.
80
-RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip --strip-unneeded {} \;
+RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -x {} \;
81
# RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
82
83
FROM scratch
0 commit comments