Add ca-certificates to images

This patchset adds ca-certificates to the maas-rack-controller and
maas-region-controller docker images, so the new ISRG Root X1
certificate will be included.

Change-Id: Ia721b14ddc7d9e12d422f482a2e2d7f6f2c09b37
This commit is contained in:
Crank, Daniel (dc6350) 2021-10-01 15:46:38 -05:00
parent 2bddbbfb9d
commit afd76b3c89
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN apt-get -qq update \
software-properties-common \
sudo \
systemd \
ca-certificates \
# Don't start any optional services except for the few we need.
# (specifically, don't start avahi-daemon, isc-dhcp-server, or libvirtd)
&& find /etc/systemd/system \

View File

@ -28,6 +28,7 @@ RUN apt-get -qq update \
software-properties-common \
sudo \
systemd \
ca-certificates \
# Don't start any optional services except for the few we need.
# (specifically, don't start avahi-daemon)
&& find /etc/systemd/system \