From ed3619520fbe5cf5cee8f97120e6f8a5cb833bca Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 2 Apr 2020 22:58:30 +0200 Subject: [PATCH] build-debian-toolbox: Add reference to resolv.conf fix --- build-debian-toolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-debian-toolbox b/build-debian-toolbox index 3b22f89..250e2f7 100755 --- a/build-debian-toolbox +++ b/build-debian-toolbox @@ -10,7 +10,7 @@ toolbox -y create -c $RELEASE --image docker.io/$DISTRO:$RELEASE # can't do that with toolbox run yet, as we need to install sudo first podman start $RELEASE podman exec -it $RELEASE sh -exc ' -# https://bugzilla.redhat.com/show_bug.cgi?id=1785244 +# https://bugzilla.redhat.com/show_bug.cgi?id=1785244, https://github.com/containers/toolbox/pull/380 if [ ! -e /etc/resolv.conf ]; then ln -sfn /run/host/monitor/resolv.conf /etc/resolv.conf fi -- 2.39.2