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 b08b763 commit be5f6f6Copy full SHA for be5f6f6
Dockerfile
@@ -21,7 +21,6 @@ RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
21
RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
22
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
23
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
24
-RUN find . -name 'libddwaf.so' -delete
25
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
26
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
27
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper*.so
0 commit comments