From 3a681d0c0c0eb8d4b5c00f87cfc39d1dc9b4ee07 Mon Sep 17 00:00:00 2001 From: georgevicbell Date: Thu, 16 Jul 2015 21:22:11 -0400 Subject: [PATCH] Add Pty Bool --- builder/docker/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/docker/config.go b/builder/docker/config.go index af5f25fec..03b9dbfb0 100644 --- a/builder/docker/config.go +++ b/builder/docker/config.go @@ -28,7 +28,7 @@ type Config struct { LoginUsername string `mapstructure:"login_username"` LoginPassword string `mapstructure:"login_password"` LoginServer string `mapstructure:"login_server"` - + Pty bool ctx interpolate.Context }