diff options
| author | fumingwei <[email protected]> | 2022-06-07 08:52:03 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2022-06-07 08:52:03 +0800 |
| commit | 3ff1feffc3b3da78a8d58d403034467d06b89051 (patch) | |
| tree | 93b14a3c9d8ff70c70b459dc89b333c69a71fd90 | |
| parent | 1fe1e4e7d0cfc4e409e84ab4e43eb1e3fbfb060f (diff) | |
bugfix:修改因下载cppcheck失败导致镜像编译失败rockylinux-dindind
| -rw-r--r-- | Dockerfile | 3 | ||||
| -rw-r--r-- | cppcheck-2.7-1.el7.x86_64.rpm | bin | 0 -> 2554720 bytes |
2 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ COPY Sentinel-LDK-8.0.1.tar.gz /tmp/Sentinel-LDK-8.0.1.tar.gz COPY GEEDGE.hvc /tmp/GEEDGE.hvc COPY rebuildrpm_and_envelope.sh /root/rebuildrpm_and_envelope.sh COPY aksusbd-8.23-1.x86_64.rpm /tmp/aksusbd-8.23-1.x86_64.rpm +COPY cppcheck-2.7-1.el7.x86_64.rpm /tmp/cppcheck-2.7-1.el7.x86_64.rpm COPY envconfig.cfgx /tmp/envconfig.cfgx RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \ @@ -23,7 +24,7 @@ RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \ yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \ curl -sL https://sentry.io/get-cli/ |sed 's#downloads\.sentry-cdn\.com#npm\.taobao\.org\/mirrors#g'|bash && \ - rpm -U https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.7-1.el7.x86_64.rpm && \ + rpm -U /tmp/cppcheck-2.7-1.el7.x86_64.rpm && \ yum install -y sudo && \ mkdir -p /opt/VendorCodes/ && \ mv /tmp/GEEDGE.hvc /opt/VendorCodes/GEEDGE.hvc && \ diff --git a/cppcheck-2.7-1.el7.x86_64.rpm b/cppcheck-2.7-1.el7.x86_64.rpm Binary files differnew file mode 100644 index 0000000..1a478a6 --- /dev/null +++ b/cppcheck-2.7-1.el7.x86_64.rpm |
