Update dockerfiles/build.include

Co-authored-by: Nick Boldt <nboldt@redhat.com>
pull/559/head
Igor Vinokur 2023-10-03 10:53:37 +03:00 committed by ivinokur
parent 0ac80b5304
commit b7f4ae7730
1 changed files with 1 additions and 0 deletions

View File

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