Skip to content

Commit 1b7e627

Browse files
typo
1 parent d1139d8 commit 1b7e627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RUN find ./python/lib/$runtime/site-packages/ddtrace -name \*.pyx -delete
7878
# already stripped of debug symbols. We should revisit this when serverless
7979
# benchmark uses pre-built wheels instead of building from sources.
8080
# 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 {} \;
81+
RUN find ./python/lib/$runtime/site-packages/ddtrace -name "*.so" -exec strip -g {} \;
82+
8283
FROM scratch
8384
COPY --from=builder /build/python /

0 commit comments

Comments
 (0)