We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1139d8 commit 1b7e627Copy full SHA for 1b7e627
Dockerfile
@@ -78,6 +78,7 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
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 -g {} \;
81
-RUN find ./python/lib$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
+RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
82
+
83
FROM scratch
84
COPY --from=builder /build/python /
0 commit comments