We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c5602 commit 9b2bb87Copy full SHA for 9b2bb87
Dockerfile
@@ -23,7 +23,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
23
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
24
RUN find . -name 'libddwaf.so' -delete
25
# Comment this line out for now since ddtrace now tries to import it
26
-RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
+# RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
27
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper*.so
28
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so
29
# _stack_v2 may not exist for some versions of ddtrace (e.g. under python 3.13)
0 commit comments