mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
use long options for docker
This commit is contained in:
parent
3e532d3e7d
commit
4d95de08a0
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ print(shutil.which('chroot'))
|
||||||
'--progress=plain',
|
'--progress=plain',
|
||||||
'--platform=linux/amd64',
|
'--platform=linux/amd64',
|
||||||
'--target=package',
|
'--target=package',
|
||||||
'-t', 'local/live-bootstrap',
|
'--tag', 'local/live-bootstrap',
|
||||||
'.')
|
'.')
|
||||||
|
|
||||||
elif args.bwrap:
|
elif args.bwrap:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue