X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-debian-toolbox;h=85b4cb3aaf0fd5a4f72bf85b69dd366146958e6f;hp=861dc73a45fa8c76b8f37dbeed373b48f151fa74;hb=d9a6587d6b86ba5a35291a85f84fcda1c2099ba2;hpb=2c679a339d3e2eb639d2672227293be868ce9026 diff --git a/build-debian-toolbox b/build-debian-toolbox index 861dc73..85b4cb3 100755 --- a/build-debian-toolbox +++ b/build-debian-toolbox @@ -5,6 +5,7 @@ RELEASE=${1:-sid} DISTRO=${2:-debian} toolbox rm -f $RELEASE || true +podman pull docker.io/$DISTRO:$RELEASE 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