Add debootstrap to the needed packages for dib
If we want to build Debian images using dib, debootstrap package is needed in order for the debian element to succeed. Change-Id: Ie385092eb05ba44753cf7ca3baba7a837a93c143
This commit is contained in:
parent
4fda217d25
commit
106ad30d21
@ -79,6 +79,8 @@ class nodepool (
|
|||||||
'kpartx',
|
'kpartx',
|
||||||
'qemu-utils',
|
'qemu-utils',
|
||||||
'libgmp-dev', # transitive dep of paramiko
|
'libgmp-dev', # transitive dep of paramiko
|
||||||
|
# debootstrap is needed for building Debian images
|
||||||
|
'debootstrap',
|
||||||
]
|
]
|
||||||
|
|
||||||
package { $packages:
|
package { $packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user