Browse Source

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

Vladimir Tomishinets 6 năm trước cách đây
mục cha
commit
19a6864d3f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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