blob: 5ea63da82454679cf6138f496a2cf0d2b7890a61 [file] [log] [blame]
// +build !windows
package dockerfile
func defaultShellForPlatform(platform string) []string {
return []string{"/bin/sh", "-c"}
}