Sign in
apache
/
cloudstack-kubernetes-provider
/
b13b4a31891ea31a105db83bf019224b9407aa9e
/
.
/
vendor
/
github.com
/
docker
/
docker
/
builder
/
dockerfile
/
evaluator_unix.go
blob: 28fd5b156b0765f96e3b32c60237a6d41fe86391 [
file
] [
log
] [
blame
]
// +build !windows
package dockerfile
// platformSupports is a short-term function to give users a quality error
// message if a Dockerfile uses a command not supported on the platform.
func platformSupports(command string) error {
return nil
}