Skip to content

Commit

Permalink
[CI] Fix protobuf install
Browse files Browse the repository at this point in the history
  • Loading branch information
rvql authored and sharang committed Mar 29, 2024
1 parent 0bcb532 commit f0c3e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/docker/DockerfileToFix.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/llvm
yum --disablerepo=* localinstall -y ./bcc-bpf-*.rpm && rm -rf bcc-bpf-*.rpm && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/libGoReSym-0.0.1-2.el7.x86_64.rpm --silent -O && \
yum --disablerepo=* localinstall -y ./libGoReSym-*.rpm && rm -rf libGoReSym-*.rpm && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/aarch64/protobuf-3.6.1-4.el7.aarch64.rpm --silent -O && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/aarch64/protobuf-compiler-3.6.1-4.el7.aarch64.rpm --silent -O && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/aarch64/protobuf-devel-3.6.1-4.el7.aarch64.rpm --silent -O && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/protobuf-3.6.1-4.el7.x86_64.rpm --silent -O && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/protobuf-compiler-3.6.1-4.el7.x86_64.rpm --silent -O && \
curl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/pkg/compile/x86_64/protobuf-devel-3.6.1-4.el7.x86_64.rpm --silent -O && \
yum --disablerepo=* localinstall -y ./protobuf-*.rpm && rm -rf protobuf-*.rpm && \
yum clean all

Expand Down

0 comments on commit f0c3e08

Please sign in to comment.