File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,18 @@ RUN rm -rf /nodejs/node_modules/@datadog/pprof/prebuilds/win32-x64
47
47
RUN rm -rf /nodejs/node_modules/@datadog/native-iast-taint-tracking
48
48
RUN rm -rf /nodejs/node_modules/@datadog/native-iast-rewriter
49
49
RUN rm -rf /nodejs/node_modules/@datadog/pprof/prebuilds/linuxmusl-x64
50
+ RUN rm -rf /nodejs/node_modules/jsonpath-plus/src/jsonpath.d.ts
51
+ RUN rm -rf /nodejs/node_modules/jsonpath-plus/src/jsonpath-browser.js
52
+ RUN rm -rf /nodejs/node_modules/jsonpath-plus/src/dist/index-browser-umd.min.cjs
53
+ RUN rm -rf /nodejs/node_modules/jsonpath-plus/src/dist/index-browser-umd.cjs
54
+ RUN rm -rf /nodejs/node_modules/jsonpath-plus/src/dist/index-browser-esm.min.js
55
+ RUN rm -rf /nodejs/node_modules/jsonpath-plus/src/dist/index-browser-esm.js
50
56
RUN find /nodejs/node_modules -name "*.d.ts" -delete
51
57
RUN find /nodejs/node_modules -name "*.js.map" -delete
58
+ RUN find /nodejs/node_modules -name "*.mjs.map" -delete
59
+ RUN find /nodejs/node_modules -name "*.cjs.map" -delete
52
60
RUN find /nodejs/node_modules -name "*.ts.map" -delete
61
+ RUN find /nodejs/node_modules -name "*.md" -delete
53
62
54
63
FROM scratch
55
64
COPY --from=builder /nodejs /
You can’t perform that action at this time.
0 commit comments