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
8
system/path_unix.go
Normal file
8
system/path_unix.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
// +build !windows
|
||||
|
||||
package system
|
||||
|
||||
// DefaultPathEnv is unix style list of directories to search for
|
||||
// executables. Each directory is separated from the next by a colon
|
||||
// ':' character .
|
||||
const DefaultPathEnv = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
Loading…
Add table
Add a link
Reference in a new issue