Decouple rootfs value from docker command-line invocation
This commit is contained in:
parent
f6a4a08b69
commit
322f6c275e
|
|
@ -10,7 +10,7 @@ export DEBIAN_FRONTEND
|
|||
apt-get update
|
||||
apt-get install debootstrap -q -y
|
||||
|
||||
rootfs=/devuan/rootfs
|
||||
rootfs=$PWD/rootfs
|
||||
|
||||
debootstrap \
|
||||
--force-check-gpg \
|
||||
|
|
|
|||
Loading…
Reference in New Issue