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 33fcbce commit 27a1951Copy full SHA for 27a1951
Dockerfile
@@ -31,6 +31,7 @@ RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
31
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/*.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)
0 commit comments