mirror of https://github.com/hashicorp/packer
parent
049e3adc5d
commit
bb54551576
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/builder/docker"
|
||||
"github.com/mitchellh/packer/packer/plugin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
plugin.ServeBuilder(new(docker.Builder))
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
package main
|
||||
Loading…
Reference in new issue