From b7f4ae7730fbf36b3574e14a5c776d9257035516 Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Tue, 3 Oct 2023 10:53:37 +0300 Subject: [PATCH] Update dockerfiles/build.include Co-authored-by: Nick Boldt --- build/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.sh b/build/build.sh index 3562534ee0..b2bd42bcce 100755 --- a/build/build.sh +++ b/build/build.sh @@ -105,6 +105,7 @@ build() { DIR=$(cd "$(dirname "$0")"; pwd) fi + BUILD_COMAMAND="build" if [ -z $BUILDER ]; then echo "BUILDER is not specified, trying with podman" BUILDER=$(command -v podman || true)