Skip to content

Commit 104870b

Browse files
authored
Update Dockerfile
1 parent 175d78b commit 104870b

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
@@ -32,7 +32,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
3232
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
3333
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
3434
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_ast/iastpatch*.so
35-
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/_vendor
35+
RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/_vendor
3636
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
3737
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
3838
# remove *.dist-info directories except any entry_points.txt files and METADATA files required for Appsec Software Composition Analysis

0 commit comments

Comments
 (0)