Split container package list.
This commit is contained in:
parent
327f2eefac
commit
0ed4230794
3 changed files with 19 additions and 16 deletions
|
@ -5,20 +5,9 @@ cont_packages:
|
|||
- sudo
|
||||
- python3
|
||||
- auto-apt-proxy
|
||||
|
||||
- bash-completion
|
||||
- bind9-dnsutils
|
||||
- file
|
||||
- locales
|
||||
- xz-utils
|
||||
- lsof
|
||||
- wget
|
||||
- bind9-host
|
||||
- man-db
|
||||
- ca-certificates
|
||||
- man-db
|
||||
- manpages
|
||||
- libc-l10n
|
||||
- traceroute
|
||||
- bzip2
|
||||
- netcat-traditional
|
||||
- telnet
|
||||
|
||||
cont_packages_extra: []
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
command:
|
||||
cmd: >
|
||||
debootstrap
|
||||
--include={{ cont_packages | join(',') }}
|
||||
--include={{ cont_packages | union(cont_packages_extra) | join(',') }}
|
||||
--components=main,contrib,non-free stable
|
||||
{{ contname }}00 http://deb.debian.org/debian
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue