Update ca-certificates in various docker build environments
Partial-bug: 1946122 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: I82f4cdb8cf65aeae7e2b0e9f382c03cd53a40da4
This commit is contained in:
parent
173329e968
commit
874f70f91f
@ -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 "config_opts['rpmbuild_networking'] = True" >> /etc/mock/site-defaults.cfg && \
|
||||||
echo >> /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
|
# cpan modules, installing with cpanminus to avoid stupid questions since cpan is whack
|
||||||
RUN cpanm --notest Fatal && \
|
RUN cpanm --notest Fatal && \
|
||||||
|
Loading…
Reference in New Issue
Block a user