root 3 жил өмнө
parent
commit
22cc195a00
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,8 +6,8 @@ COPY asp.tgz /tmp/asp.tgz
 
 RUN rm -f /etc/yum.repos.d/* \
     && curl -s http://mirrors.163.com/.help/CentOS7-Base-163.repo -o /etc/yum.repos.d/CentOS7-Base-163.repo \
+    && curl -s http://mirrors.aliyun.com/repo/epel-7.repo -o /etc/yum.repos.d/epel-7.repo \
     && yum clean all \
-    && yum install -y epel-release \
     && yum install -y supervisor libcrypto.so.6 libldap-2.3.so.0 liblber-2.3.so.0 \
     && ln -s /usr/lib64/libcrypto.so.1.0.2k /usr/lib64/libcrypto.so.6 \
     && ln -s /usr/lib64/liblber-2.4.so.2.10.7 /usr/lib64/liblber-2.3.so.0 \