diff --git a/baseimage/initializeBaseUbuntuImage.sh b/baseimage/initializeBaseUbuntuImage.sh index 7643d30a6..8bfecc877 100644 --- a/baseimage/initializeBaseUbuntuImage.sh +++ b/baseimage/initializeBaseUbuntuImage.sh @@ -112,3 +112,7 @@ systemctl disable dnsmasq || true systemctl stop postfix || true systemctl disable postfix || true +# on ubuntu 18.04, this is the default +systemctl stop systemd-resolved || true +systemctl disable systemd-resolved || true +