Split container package list.

This commit is contained in:
Andreas B. Mundt 2021-11-20 14:38:22 +01:00 committed by Andreas B. Mundt
parent 327f2eefac
commit 0ed4230794
3 changed files with 19 additions and 16 deletions

View file

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