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
4747RUN rm -rf /nodejs/node_modules/@datadog/native-iast-taint-tracking
4848RUN rm -rf /nodejs/node_modules/@datadog/native-iast-rewriter
4949RUN 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
5056RUN find /nodejs/node_modules -name "*.d.ts" -delete
5157RUN 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
5260RUN find /nodejs/node_modules -name "*.ts.map" -delete
61+ RUN find /nodejs/node_modules -name "*.md" -delete
5362
5463FROM scratch
5564COPY --from=builder /nodejs /
You can’t perform that action at this time.
0 commit comments