blob: 2bd11659e47df1a6c08eaf096f1ab2cd32bc176f [file] [log] [blame]
// +build !windows
package instructions // import "github.com/docker/docker/builder/dockerfile/instructions"
import "fmt"
func errNotJSON(command, _ string) error {
return fmt.Errorf("%s requires the arguments to be in JSON form", command)
}