Skip to content

Commit 583f37e

Browse files
committed
Remove text like files.
1 parent 57e6881 commit 583f37e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
2323
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper.so
2424
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so
2525
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/stack_v2/_stack_v2.*.so
26+
RUN find . -name "*.md" -or -name "*.rst" -or -name "*.txt" -delete
2627

2728
# Precompile all .pyc files and remove .py files. This speeds up load time.
2829
# Compile with optimization level 2 (-OO) and PYTHONNODEBUGRANGES=1 to redtce

0 commit comments

Comments
 (0)