Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast
RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/sca
RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_shared
RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/internal/test_visibility

Comment thread
avara1986 marked this conversation as resolved.
Outdated
# CI Visibility paths/integrations
RUN rm -rf \
./python/lib/$runtime/site-packages/ddtrace/contrib/coverage/ \
Expand Down
Loading