Fix shell level indicators
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fddc8b83c7
commit
0346407664
1 changed files with 3 additions and 3 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Reference in a new issue