This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new ea10aad5 fix docker build in CI (#1046)
ea10aad5 is described below
commit ea10aad5b73610ee102296651bc004bc5a4d17c4
Author: Andy Grove <[email protected]>
AuthorDate: Mon Sep 2 19:14:52 2024 -0600
fix docker build in CI (#1046)
---
dev/build-ballista-docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/build-ballista-docker.sh b/dev/build-ballista-docker.sh
index d9e2db78..d7f6e69b 100755
--- a/dev/build-ballista-docker.sh
+++ b/dev/build-ballista-docker.sh
@@ -23,7 +23,7 @@ RELEASE_FLAG=${RELEASE_FLAG:=release}
./dev/build-ballista-executables.sh
-docker-compose build
+docker compose build
. ./dev/build-set-env.sh
docker build -t "apache/arrow-ballista-standalone:$BALLISTA_VERSION" -f
dev/docker/ballista-standalone.Dockerfile .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]