Skip to content

Commit d1139d8

Browse files
original dockerfile
1 parent 8bf5b05 commit d1139d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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 -g {} \;
81-
80+
# RUN find ./python/lib/$runtime/site-packages -name "*.so" -exec strip -g {} \;
81+
RUN find ./python/lib$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
8282
FROM scratch
8383
COPY --from=builder /build/python /

0 commit comments

Comments
 (0)