github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/builder/dockerfile/builder_unix.go (about) 1 // +build !windows 2 3 package dockerfile // import "github.com/docker/docker/builder/dockerfile" 4 5 func defaultShellForOS(os string) []string { 6 return []string{"/bin/sh", "-c"} 7 }