Sfoglia il codice sorgente

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

Vladimir Tomishinets 6 anni fa
parent
commit
19a6864d3f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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