diff options
Diffstat (limited to 'utils/lib_sxng_container.sh')
| -rw-r--r-- | utils/lib_sxng_container.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/lib_sxng_container.sh b/utils/lib_sxng_container.sh index 27d6c5414..eee218c06 100644 --- a/utils/lib_sxng_container.sh +++ b/utils/lib_sxng_container.sh @@ -62,6 +62,10 @@ container.build() { esac info_msg "Selected platform: $platform" + if [ "$container_engine" = "docker" ] && ! docker buildx version &>/dev/null; then + die 42 "docker buildx is not installed: https://docs.docker.com/go/buildx/" + fi + pyenv.install ( |