Skip to content

Commit 2740700

Browse files
discard all
1 parent d0c354e commit 2740700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip-log.txt
3535
.eggs/
3636
.env/
3737
.idea/
38-
38+
pub_layer.sh
3939

4040
**/.serverless/
4141

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
7777
# reduce the size when ddtrace is built from sources. The release wheels are
7878
# already stripped of debug symbols. We should revisit this when serverless
7979
# benchmark uses pre-built wheels instead of building from sources.
80-
RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip --strip-unneeded {} \;
80+
RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -x {} \;
8181
# RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
8282

8383
FROM scratch

0 commit comments

Comments
 (0)