Переглянути джерело

remove update certs. Move update certs to jdk-baseimage. See Redmine 100195

Vladimir Tomishinets 6 роки тому
батько
коміт
19a6864d3f
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -10,6 +10,5 @@ RUN set -x \
            && 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/healthcheck.sh \
-           && yum update ca-certificates.noarch -y \
            && yum install web-registry-portal -y \
            && yum clean all