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
}