File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
22
22
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
23
23
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
24
24
RUN find . -name 'libddwaf.so' -delete
25
- RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
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/_taint_tracking/*.so
26
27
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
27
28
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper*.so
28
29
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so
You can’t perform that action at this time.
0 commit comments