From 230c7e888a13e13ae713807878102b934dafb010 Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Thu, 20 Feb 2020 12:29:41 -0600 Subject: [PATCH] Disable avahi-daemon avahi-daemon isn't useful or needed. Disable. Change-Id: Ic82c93e29e333477b06e0fc77edecdfdcb673531 --- images/maas-region-controller/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/maas-region-controller/Dockerfile b/images/maas-region-controller/Dockerfile index 081b535..1d992f9 100644 --- a/images/maas-region-controller/Dockerfile +++ b/images/maas-region-controller/Dockerfile @@ -60,6 +60,9 @@ RUN apt-get download maas-region-controller=$MAAS_VERSION && \ dpkg -i maas-region-controller.deb && \ pg_dropcluster --stop 9.5 main +# we don't want/need avahi-daemon running in the container +RUN rm -f /etc/init.d/avahi-daemon + # 2.3 workarounds COPY 2.3_route.patch /tmp/2.3_route.patch COPY 2.3_kernel_package.patch /tmp/2.3_kernel_package.patch