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 0ea4417 commit 98308b9Copy full SHA for 98308b9
Dockerfile
@@ -43,6 +43,8 @@ RUN rm -rf /nodejs/node_modules/@datadog/pprof
43
RUN rm -rf /nodejs/node_modules/hdr-histogram-js/build
44
RUN rm -rf /nodejs/node_modules/protobufjs/dist
45
RUN rm -rf /nodejs/node_modules/protobufjs/cli
46
+RUN rm -rf /nodejs/node_modules/@datadog/native-iast-taint-tracking
47
+RUN rm -rf /nodejs/node_modules/@datadog/native-iast-rewriter
48
RUN find /nodejs/node_modules -name "*.d.ts" -delete
49
RUN find /nodejs/node_modules -name "*.js.map" -delete
50
RUN find /nodejs/node_modules -name "*.ts.map" -delete
0 commit comments