use long options for docker

This commit is contained in:
Lance R. Vick 2024-01-24 16:02:54 -08:00 committed by Kevin Nause
parent 3e532d3e7d
commit 4d95de08a0

View file

@ -268,7 +268,7 @@ print(shutil.which('chroot'))
'--progress=plain',
'--platform=linux/amd64',
'--target=package',
'-t', 'local/live-bootstrap',
'--tag', 'local/live-bootstrap',
'.')
elif args.bwrap: