소스 검색

Discard changes

Владимир Томишинец 6 년 전
부모
커밋
a03dee7c4c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 \