We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a55fe4 commit 431afe6Copy full SHA for 431afe6
1 file changed
Dockerfile
@@ -22,8 +22,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
22
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