File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
3434RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_ast/iastpatch*.so
3535RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
3636RUN 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
3937# remove *.dist-info directories except any entry_points.txt files and METADATA files required for Appsec Software Composition Analysis
4038RUN find ./python/lib/$runtime/site-packages/*.dist-info \
4139 -type f \
You can’t perform that action at this time.
0 commit comments