Ver Fonte

更新 'Dockerfile'

scofield há 5 anos atrás
pai
commit
ddb7b1b4e7
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -5,8 +5,8 @@ LABEL author="robert_du[robert_du@easou.cn]"
 #ADD http://10.26.22.185:9000/psop/conf/dockerConfig/resin-api/gosu /usr/local/bin/gosu
 
 RUN yum install -y gcc python-devel unzip zip wget \
-   && wget -P /root https://files.pythonhosted.org/packages/f7/b6/5b98441b6749ea1db1e41e5e6e7a93cbdd7ffd45e11fe1b22d45884bc777/setuptools-42.0.2.zip \
-   && wget -P /root https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz \
+   && wget -P /root http://10.26.22.185:9000/psop/soft/setuptools-42.0.2.zip \
+   && wget -P /root http://10.26.22.185:9000/psop/soft/pip-19.3.1.tar.gz \
    && cd /root && unzip setuptools-42.0.2.zip && tar xf pip-19.3.1.tar.gz \
    && cd /root/setuptools-42.0.2 && python setup.py  install \
    && cd /root/pip-19.3.1 && python setup.py  install  \