Fix shell level indicators
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
fmaury 2022-09-09 15:02:49 +00:00
parent fddc8b83c7
commit 0346407664

View file

@ -105,9 +105,9 @@ doing the following:
```sh
$ podman unshare
$ FAKECHROOT=true debootstrap --variant=fakechroot bullseye chroot/
$ tar -C chroot/ --exclude=dev/* -czf ./chroot.tgz .
$ exit
# FAKECHROOT=true debootstrap --variant=fakechroot bullseye chroot/
# tar -C chroot/ --exclude=dev/* -czf ./chroot.tgz .
# exit
$ cat <<EOF > Containerfile
FROM scratch
ADD chroot.tgz .