|
@@ -20,7 +20,8 @@ RUN set -x \
|
|
|
&& curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-${version}.repo -o /etc/yum.repos.d/sds-${repo}-${version}.repo \
|
|
|
&& yum install tomcat-8.0.26-01 -y \
|
|
|
&& yum install iputils telnet nc -y \
|
|
|
- && yum install web-laboratory-admin -y \
|
|
|
+# && yum install web-laboratory-admin -y \
|
|
|
+ && yum install -y http://192.168.201.50/yum/centos/6/prod/16.1/noarch/web-laboratory-admin-16.1-20190326194125.el6.noarch.rpm \
|
|
|
&& yum clean all \
|
|
|
&& rm -rf /var/cache/yum \
|
|
|
&& chmod +x /opt/docker-entrypoint.sh \
|