mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 16:01:43 -04:00
builder/amazon/chroot: enable the chroot provisioner
This commit is contained in:
@@ -127,6 +127,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
||||
&StepAttachVolume{},
|
||||
&StepMountDevice{},
|
||||
&StepMountExtra{},
|
||||
&StepChrootProvision{},
|
||||
}
|
||||
|
||||
// Run!
|
||||
|
||||
Reference in New Issue
Block a user