We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e6881 commit 583f37eCopy full SHA for 583f37e
Dockerfile
@@ -23,6 +23,7 @@ RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
23
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper.so
24
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so
25
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
27
28
# Precompile all .pyc files and remove .py files. This speeds up load time.
29
# Compile with optimization level 2 (-OO) and PYTHONNODEBUGRANGES=1 to redtce
0 commit comments