Fix typo
This commit is contained in:
parent
9cf1280a9f
commit
be1b674263
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ sudo rm -fr ./rootfs/var/lib/apt/lists/*
|
||||||
sudo tar czf rootfs.tar.gz -C ./rootfs .
|
sudo tar czf rootfs.tar.gz -C ./rootfs .
|
||||||
cat << __EOF__ | sudo tee Containerfile
|
cat << __EOF__ | sudo tee Containerfile
|
||||||
FROM scratch
|
FROM scratch
|
||||||
ADD rootfs.tar.gz
|
ADD rootfs.tar.gz /
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
__EOF__
|
__EOF__
|
||||||
podman build -t mydebian:latest .</code></pre>
|
podman build -t mydebian:latest .</code></pre>
|
||||||
|
|
Loading…
Reference in a new issue