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 0cf9c56 commit d481a72Copy full SHA for d481a72
Dockerfile
@@ -23,6 +23,9 @@ RUN find . -name '*.so' -exec strip -g {} \;
23
RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
24
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
25
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
26
+RUN find . -name 'libddwaf.so' -delete
27
+RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
28
+RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
29
30
FROM scratch
31
COPY --from=builder /build/python /
0 commit comments