Bladeren bron

missprint

Владимир Томишинец 5 jaren geleden
bovenliggende
commit
7b2de6cd85
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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 \
            && 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 iputils -y \
            && yum install tomcat-8.0.26-01 -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 web-laboratory -y \
            && yum install mongodb-org-shell -y \
            && yum install mongodb-org-shell -y \
            && yum clean all \
            && yum clean all \