builder: remove container package dependency

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass 2015-12-10 15:35:53 +01:00
parent 583754b67c
commit 202e73c7ad
2 changed files with 15 additions and 0 deletions

7
system/path_windows.go Normal file
View file

@ -0,0 +1,7 @@
// +build windows
package system
// DefaultPathEnv is deliberately empty on Windows as the default path will be set by
// the container. Docker has no context of what the default path should be.
const DefaultPathEnv = ""