diff options
| author | 杨威 <[email protected]> | 2020-09-18 17:45:23 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2020-09-18 17:45:23 +0800 |
| commit | 756ba960340bad7f900b9b9eafa672619da8676e (patch) | |
| tree | 921d52a6bcf8b55ed0faf6d263ded8c41583b9c7 /Dockerfile | |
| parent | 04a4809ce39b6375f00f33ef1d1b655d58dcf3a8 (diff) | |
Update Dockerfile:using aliyun epel repo
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ COPY repo.internal.geedge.net.repo /etc/yum.repos.d/repo.internal.geedge.net.rep COPY netrc.conf /root/.netrc RUN yum install -y gcc gcc-c++ make libpcap-devel 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 && \ yum install -y cmake3 && \ yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \ |
