Browse Source

Discard changes

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

+ 2 - 1
Dockerfile

@@ -23,7 +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 web-laboratory -y \
+           && yum isntall -y web-laboratory-16.1-20190628074641 \
+#           && yum install web-laboratory -y \
            && yum install mongodb-org-shell -y \
            && yum clean all \
            && chmod +x /tmp/docker-entrypoint.sh \