|
@@ -6,8 +6,8 @@ COPY asp.tgz /tmp/asp.tgz
|
|
|
|
|
|
RUN rm -f /etc/yum.repos.d/* \
|
|
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.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 clean all \
|
|
- && yum install -y epel-release \
|
|
|
|
&& yum install -y supervisor libcrypto.so.6 libldap-2.3.so.0 liblber-2.3.so.0 \
|
|
&& 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/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 \
|
|
&& ln -s /usr/lib64/liblber-2.4.so.2.10.7 /usr/lib64/liblber-2.3.so.0 \
|