X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-debian-toolbox;h=fbeb13b2f95bc7c17c1d9916421692ec911fa566;hp=855f4c3bba5f19b8272a9f24133f72661aad6737;hb=26be63bc0fe7468eb0ef4bdbc8b2eb51e6bf72d2;hpb=daff02a49e7b1c099d9f105f4f30a68195cfffa2 diff --git a/build-debian-toolbox b/build-debian-toolbox index 855f4c3..fbeb13b 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 @@ -37,7 +37,7 @@ sudo hostname -F /etc/hostname sudo eatmydata apt-get -y dist-upgrade # development tools -sudo eatmydata apt-get install -y --no-install-recommends git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion python-keyrings.alt wget gnupg ubuntu-dev-tools python3-debian +sudo eatmydata apt-get install -y --no-install-recommends git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion wget gnupg ubuntu-dev-tools python3-debian fakeroot libdistro-info-perl ' toolbox enter --container $RELEASE