Skip to content

Commit 876563c

Browse files
committed
Remove urllib3 dist-info files as well.
1 parent 6483fff commit 876563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
2020
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
2121
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
2222
RUN find . -name 'libddwaf.so' -delete
23-
RUN rm -rf ./python/lib/$runtime/site-packages/urllib3
23+
RUN rm -rf ./python/lib/$runtime/site-packages/urllib3*
2424
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
2525
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
2626
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper.so

0 commit comments

Comments
 (0)