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 f80f83f commit b78777dCopy full SHA for b78777d
Dockerfile
@@ -20,7 +20,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
20
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
21
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
22
RUN find . -name 'libddwaf.so' -delete
23
-RUN rm -rf ./python/lib/$runtime/site-packages/urllib3
+RUN rm -rf ./python/lib/$runtime/site-packages/urllib3*
24
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
25
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
26
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper.so
0 commit comments