瀏覽代碼

missprint

Владимир Томишинец 5 年之前
父節點
當前提交
7b2de6cd85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ 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 isntall -y web-laboratory-16.1-20190628074641 \
+           && yum install -y web-laboratory-16.1-20190628074641 \
 #           && yum install web-laboratory -y \
            && yum install mongodb-org-shell -y \
            && yum clean all \