Update dockerfiles/build.include
Co-authored-by: Nick Boldt <nboldt@redhat.com>pull/559/head
parent
9f52db9e73
commit
ab13ebbc38
|
|
@ -115,7 +115,7 @@ build() {
|
|||
echo "[WARNING] buildah is not installed, trying with docker"
|
||||
BUILDER=$(command -v docker || true)
|
||||
if [[ ! -x $BUILDER ]]; then
|
||||
echo "[ERROR] neither docker, buildah, nor podman are installed. Aborting"; exit 1
|
||||
echo "[ERROR] This script requires podman, buildah or docker to be installed. Must abort!"; exit 1
|
||||
fi
|
||||
else
|
||||
BUILD_COMMAND="bud"
|
||||
|
|
|
|||
Loading…
Reference in New Issue