|
@@ -23,8 +23,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 iputils -y \
|
|
|
&& yum install tomcat-8.0.26-01 -y \
|
|
|
- && yum install -y https://repo.infoclinica.ru/yum/centos/6/prod/16.1/noarch/web-laboratory-16.1-20190628074641.el6.noarch.rpm \
|
|
|
-# && yum install web-laboratory -y \
|
|
|
+# && yum install -y https://repo.infoclinica.ru/yum/centos/6/prod/16.1/noarch/web-laboratory-16.1-20190628074641.el6.noarch.rpm \
|
|
|
+ && yum install web-laboratory -y \
|
|
|
&& yum install mongodb-org-shell -y \
|
|
|
&& yum clean all \
|
|
|
&& chmod +x /tmp/docker-entrypoint.sh \
|