Skip to content

Commit 8d2fd3a

Browse files
authored
feat: Remove musl build of pprof (#506)
1 parent 8a1c7c0 commit 8d2fd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN rm -rf /nodejs/node_modules/@datadog/pprof/prebuilds/win32-ia32
4646
RUN rm -rf /nodejs/node_modules/@datadog/pprof/prebuilds/win32-x64
4747
RUN rm -rf /nodejs/node_modules/@datadog/native-iast-taint-tracking
4848
RUN rm -rf /nodejs/node_modules/@datadog/native-iast-rewriter
49+
RUN rm -rf /nodejs/node_modules/@datadog/pprof/prebuilds/linuxmusl-x64
4950
RUN find /nodejs/node_modules -name "*.d.ts" -delete
5051
RUN find /nodejs/node_modules -name "*.js.map" -delete
5152
RUN find /nodejs/node_modules -name "*.ts.map" -delete

0 commit comments

Comments
 (0)