From 4c81be7eadc6f641f47b46c3e12e2d35d8bfaa0c Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 13 May 2025 15:45:41 +0100 Subject: [PATCH] : Content of commit Fixes: # --- tests/integration/docker/gha-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/docker/gha-run.sh b/tests/integration/docker/gha-run.sh index ee637ad517..cab0ede08a 100755 --- a/tests/integration/docker/gha-run.sh +++ b/tests/integration/docker/gha-run.sh @@ -26,10 +26,11 @@ function run() { info "Update the host resolv.conf to add google DNS servers" sudo mkdir -p /etc/resolvconf/resolv.conf.d - sudo cat >> /etc/resolvconf/resolv.conf.d/head<< EOF + sudo sh -c "cat >>/etc/resolvconf/resolv.conf.d/head" <<-EOF nameserver 8.8.8.8 nameserver 8.8.4.4 EOF + sudo apt install resolvconf sudo resolvconf --enable-updates sudo resolvconf -u