Decouple rootfs value from docker command-line invocation

This commit is contained in:
Olaf Meeuwissen 2017-08-17 11:58:20 +09:00
parent f6a4a08b69
commit 322f6c275e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \