Browse Source

Add update of ca-certificates.noarch

Vadim Surkov 6 năm trước cách đây
mục cha
commit
7cab61f659
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -8,5 +8,6 @@ ARG repo=prod
 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 \
+           && yum update ca-certificates.noarch -y \
            && yum install web-registry-portal -y \
            && yum clean all