Windows: Fix build not to sigsegv

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-01-05 16:08:04 -08:00
parent 7a15586f4f
commit 1094542c4c

View file

@ -396,7 +396,7 @@ func containsWildcards(name string) bool {
func (b *Builder) processImageFrom(img builder.Image) error {
b.image = img.ID()
if img.Config != nil {
if img.Config() != nil {
b.runConfig = img.Config()
}