From 874f70f91fe18a5db8cc0e571141047616dcf09b Mon Sep 17 00:00:00 2001 From: Scott Little Date: Tue, 5 Oct 2021 12:08:34 -0400 Subject: [PATCH] Update ca-certificates in various docker build environments Partial-bug: 1946122 Signed-off-by: Scott Little Change-Id: I82f4cdb8cf65aeae7e2b0e9f382c03cd53a40da4 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5a513220..fdc71325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -139,6 +139,8 @@ RUN useradd -s /sbin/nologin -u 9001 -g 9001 mockbuild && \ echo "config_opts['rpmbuild_networking'] = True" >> /etc/mock/site-defaults.cfg && \ echo >> /etc/mock/site-defaults.cfg +# root CA cert expired on October 1st, 2021 +RUN yum update -y ca-certificates # cpan modules, installing with cpanminus to avoid stupid questions since cpan is whack RUN cpanm --notest Fatal && \