builder_unix.go 85 B

12345
  1. // +build !windows
  2. package dockerfile
  3. var defaultShell = []string{"/bin/sh", "-c"}