From a1b0db71998083e5e8454e600c9a9b1fb94f7429 Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev <50947177+Darleev@users.noreply.github.com> Date: Wed, 27 May 2020 14:30:45 +0700 Subject: [PATCH] removed fix (#943) --- images/linux/scripts/installers/basic.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/images/linux/scripts/installers/basic.sh b/images/linux/scripts/installers/basic.sh index 542380522..08a223350 100644 --- a/images/linux/scripts/installers/basic.sh +++ b/images/linux/scripts/installers/basic.sh @@ -159,13 +159,6 @@ for cmd in curl file ftp jq netcat ssh parallel rsync shellcheck sudo telnet tim fi done -# Workaround for systemd-resolve, since sometimes stub resolver does not work properly. Details: https://github.com/actions/virtual-environments/issues/798 -echo "Create resolv.conf link." -if [[ -f /run/systemd/resolve/resolv.conf ]]; then - echo "Create resolv.conf link." - ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf -fi - # Document what was added to the image echo "Lastly, documenting what we added to the metadata file" DocumentInstalledItem "Basic CLI:"