diff options
| author | fumingwei <[email protected]> | 2022-03-24 16:48:28 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2022-03-24 16:48:28 +0800 |
| commit | 83e41febd18d40be1357e63a9bf753995f84cfe5 (patch) | |
| tree | c3202d9fef61b0b8cfbac917e69cf91e31a9a9e9 /Dockerfile | |
| parent | 69315f035edc3c064fa5a56193fdd71134497964 (diff) | |
bugfix:修改因使用epel 8仓库导致docker build失败的问题
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,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 && \ - yum install -y rpmrebuild && \ - yum install -y cppcheck && \ + dnf --enablerepo=powertools install -y cppcheck && \ yum install -y sudo && \ mkdir -p /opt/VendorCodes/ && \ mv /tmp/GEEDGE.hvc /opt/VendorCodes/GEEDGE.hvc && \ |
