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 ```sh
$ podman unshare $ podman unshare
$ FAKECHROOT=true debootstrap --variant=fakechroot bullseye chroot/ # FAKECHROOT=true debootstrap --variant=fakechroot bullseye chroot/
$ tar -C chroot/ --exclude=dev/* -czf ./chroot.tgz . # tar -C chroot/ --exclude=dev/* -czf ./chroot.tgz .
$ exit # exit
$ cat <<EOF > Containerfile $ cat <<EOF > Containerfile
FROM scratch FROM scratch
ADD chroot.tgz . ADD chroot.tgz .