diff --git a/images/maas-rack-controller/Dockerfile b/images/maas-rack-controller/Dockerfile index fd6054c..1024e04 100644 --- a/images/maas-rack-controller/Dockerfile +++ b/images/maas-rack-controller/Dockerfile @@ -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 \ diff --git a/images/maas-region-controller/Dockerfile b/images/maas-region-controller/Dockerfile index 66ecc70..9b4aa4b 100644 --- a/images/maas-region-controller/Dockerfile +++ b/images/maas-region-controller/Dockerfile @@ -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 \