File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
3333RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
3434RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
3535RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
36- RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast
37- RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/sca
38- RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_shared
39- RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/internal/test_visibility
36+
37+ # Remove unsupported appsec modules
38+ RUN rm -rf \
39+ ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast \
40+ ./python/lib/$runtime/site-packages/ddtrace/appsec/sca \
41+ ./python/lib/$runtime/site-packages/ddtrace/appsec/_shared
4042
4143# CI Visibility paths/integrations
4244RUN rm -rf \
You can’t perform that action at this time.
0 commit comments