diff options
| author | fumingwei <[email protected]> | 2022-04-06 11:03:21 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2022-04-06 15:02:54 +0800 |
| commit | bda540517ad773ffe32c7204cb7f4dc184ca60e1 (patch) | |
| tree | ea95ac9f4c0ca944d977a84ab2be55bcb03a164a | |
| parent | 3f16b21d8c32c4799ca2efccb0790eab2927aa4e (diff) | |
bugfix:修改docker-ce仓库下载地址self-test-env
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ 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 && \ yum install -y cmake3 && \ yum install -y python3-pip && \ - yum-config-manager --add-repo https://mydream.ink/utils/container/docker-ce.repo && \ + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo && \ yum install -y docker-ce && \ yum install -y epel-release && \ yum install -y ansible && \ |
