Explorar o código

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

Vladimir Tomishinets %!s(int64=6) %!d(string=hai) anos
pai
achega
19a6864d3f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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