mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
builder/amazon/chroot: enable the chroot provisioner
This commit is contained in:
parent
8d3cf7aa59
commit
5feb11cbb7
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
&StepAttachVolume{},
|
||||
&StepMountDevice{},
|
||||
&StepMountExtra{},
|
||||
&StepChrootProvision{},
|
||||
}
|
||||
|
||||
// Run!
|
||||
|
|
|
|||
Loading…
Reference in a new issue