Update run.go
This commit is contained in:
parent
8f1528764f
commit
472376307e
|
|
@ -76,8 +76,7 @@ func runCommandInExec(config *v1.Config, buildArgs *dockerfile.BuildArgs, cmdRun
|
||||||
path, err := exec.LookPath(newCommand[0])
|
path, err := exec.LookPath(newCommand[0])
|
||||||
if err == nil {
|
if err == nil {
|
||||||
newCommand[0] = path
|
newCommand[0] = path
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue