Владимир Томишинец 5 years ago
parent
commit
d3702bf191
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -23,7 +23,6 @@ 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 mongodb-org-shell -y \
            && yum clean all \