Skip to content

Commit

Permalink
fix: Build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rvql committed Sep 24, 2024
1 parent 573e485 commit 0b0b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/docker/DockerfileToFix.build
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/llvm


# 静态编译
RUN yum -y install https://forensics.cert.org/cert-forensics-tools-release-el7.rpm && \
RUN yum -y install cert-forensics-tools-release && \
yum -y install musl-libc musl-libc-static musl-clang musl-gcc && \
cd /usr/x86_64-linux-musl/lib64 && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/musl/libbcc_bpf.a --silent -O && \
Expand Down

0 comments on commit 0b0b22d

Please sign in to comment.