We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1e0d3 commit e303ad1Copy full SHA for e303ad1
1 file changed
Dockerfile
@@ -34,8 +34,6 @@ RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
34
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_ast/iastpatch*.so
35
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
36
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
37
-# _stack_v2 may not exist for some versions of ddtrace (e.g. under python 3.13)
38
-RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/stack_v2/_stack_v2.*.so
39
# remove *.dist-info directories except any entry_points.txt files and METADATA files required for Appsec Software Composition Analysis
40
RUN find ./python/lib/$runtime/site-packages/*.dist-info \
41
-type f \
0 commit comments