X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-debian-toolbox;fp=build-debian-toolbox;h=85b4cb3aaf0fd5a4f72bf85b69dd366146958e6f;hp=861dc73a45fa8c76b8f37dbeed373b48f151fa74;hb=114d399ef88cb61453a519ccc5ba2937458b2479;hpb=d459650e604de4c2875257cd76f97d3e0c32e0e0 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