builder/amazon/chroot: enable the chroot provisioner
This commit is contained in:
parent
8d3cf7aa59
commit
5feb11cbb7
|
@ -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 New Issue