Browse Source

Add openssl

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

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ RUN set -x \
            && curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-portal.repo -o /etc/yum.repos.d/sds-${repo}-portal.repo \
            && curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-portal.repo -o /etc/yum.repos.d/sds-${repo}-portal.repo \
            && chmod +x /usr/share/web-registry-portal/bin/docker-entrypoint.sh \
            && chmod +x /usr/share/web-registry-portal/bin/docker-entrypoint.sh \
            && chmod +x /usr/share/web-registry-portal/bin/healthcheck.sh \
            && chmod +x /usr/share/web-registry-portal/bin/healthcheck.sh \
-           && yum install web-registry-portal iputils -y \
+           && yum install web-registry-portal iputils openssl -y \
            && yum update tzdata -y \
            && yum update tzdata -y \
            && yum clean all \
            && yum clean all \
            && rm -rf /var/cache/yum
            && rm -rf /var/cache/yum