We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2551531 commit 80ba87bCopy full SHA for 80ba87b
Dockerfile
@@ -32,6 +32,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
32
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
33
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/_vendor
36
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
37
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
38
# remove *.dist-info directories except any entry_points.txt files and METADATA files required for Appsec Software Composition Analysis
0 commit comments