Update dockerfiles/build.include

Co-authored-by: Nick Boldt <nboldt@redhat.com>
pull/559/head
Igor Vinokur 2023-10-03 10:42:20 +03:00 committed by ivinokur
parent 9f52db9e73
commit ab13ebbc38
1 changed files with 1 additions and 1 deletions

View File

@ -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"