builder: remove container package dependency
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
583754b67c
commit
202e73c7ad
2 changed files with 15 additions and 0 deletions
7
system/path_windows.go
Normal file
7
system/path_windows.go
Normal 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 = ""
|
Loading…
Add table
Add a link
Reference in a new issue