k3s install fails

Attempting to build the k3s image

rs --debug build --config ../vm/cloud/k3s/image.yaml

results in a failed download.

2024-07-25 22:25:09,602: [INFO]  Using v1.29.6+k3s1 as release
2024-07-25 22:25:09,602: [INFO]  Downloading hash https://github.com/k3s-io/k3s/releases/download/stable/sha256sum-amd64.txt
2024-07-25 22:25:09,607: [ERROR]  Download failed
2024-07-25 22:25:09,608: Failed to run command ['bwrap', '--bind', PosixPath('/var/tmp/ruck/elxr-k3s-amd64/rootfs'), '/', '--proc', '/proc', '--dev-bind', '/dev', '/dev', '--dir', '/run', '--bind', '/sys', '/sys', '--dir', '/run', '--bind', '/tmp', '/tmp', '--share-net', '--die-with-parent', '--chdir', '/', 'bash', '/usr/share/rancher/install.sh']
[INFO]  Using stable as release
[INFO]  Downloading hash https://github.com/k3s-io/k3s/releases/download/stable/sha256sum-amd64.txt
[ERROR]  Download failed

Attempting to run a simple bwrap command on the rootfs, such as "bwrap --bind /var/tmp/ruck/elxr-k3s-amd64/rootfs / --proc /proc --share-net --dev-bind /dev /dev --dir /run --bind /sys /sys --dir /run --bind /tmp /tmp --share-net --die-with-parent --chdir / --setenv INSTALL_K3S_VERSION v1.29.6+k3s1 wget https://github.com/k3s-io/k3s/releases/download/v1.29.6+k3s1/sha256sum-amd64.txt" shows a DNS issue. Editing the rootfs to make /etc/resolv.conf a file with 'nameserver 1.1.1.1' in it, resolves the DNS issue, but a proper fix is needed to solve this.