diff --git a/agent/docker/DockerfileToFix.build b/agent/docker/DockerfileToFix.build index fd530aaa855..a405d97adf4 100644 --- a/agent/docker/DockerfileToFix.build +++ b/agent/docker/DockerfileToFix.build @@ -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 && \