Update dockerfiles/build.include
Co-authored-by: Nick Boldt <nboldt@redhat.com>pull/559/head
parent
0ac80b5304
commit
b7f4ae7730
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue