DEBSOURCES
Skip Quicknav
sources / docker.io / 18.09.1%2Bdfsg1-7.1%2Bdeb10u3 / engine / vendor / github.com / moby / buildkit / frontend / dockerfile / dockerfile2llb / defaultshell_unix.go
1234567
// +build !windows package dockerfile2llb func defaultShell() []string { return []string{"/bin/sh", "-c"} }