From ab13ebbc38b0efc81d7810b86c5139b71ec6726b Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Tue, 3 Oct 2023 10:42:20 +0300 Subject: [PATCH] Update dockerfiles/build.include Co-authored-by: Nick Boldt --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 9c9fbc9fe4..3562534ee0 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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"