diff options
| author | fumingwei <[email protected]> | 2022-03-24 15:33:57 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2022-03-24 15:33:57 +0800 |
| commit | 69315f035edc3c064fa5a56193fdd71134497964 (patch) | |
| tree | 4ffaf6f0960648458bcfab091575ba80c1318c7d /Dockerfile | |
| parent | d02196137d1cc09d4d7ae417fffdeb48167d9397 (diff) | |
bugfix:修改epel仓库的版本由7变为8
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ COPY envconfig.cfgx /tmp/envconfig.cfgx RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \ yum install -y gcc gcc-c++ make epel-release patch wget socat automake autoconf libtool rpm-build git && \ - wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo && \ + wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-archive-8.repo && \ dnf --enablerepo=powertools install -y libpcap-devel && \ yum install -y cmake3 && \ yum install -y python2 && \ |
