This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 52d69407d4 GH-50218: [C++][FlightRPC] Add missing sudo to fix ODBC
Linux job (#50307)
52d69407d4 is described below
commit 52d69407d4bf007678a09e39acc3c38199088e99
Author: justing-bq <[email protected]>
AuthorDate: Tue Jun 30 17:36:46 2026 -0700
GH-50218: [C++][FlightRPC] Add missing sudo to fix ODBC Linux job (#50307)
### Rationale for this change
Missing sudo causing ODBC Linux job failure.
### What changes are included in this PR?
Add sudo to docker file.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* GitHub Issue: #50218
Authored-by: justing-bq <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
ci/docker/ubuntu-24.04-cpp.dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/docker/ubuntu-24.04-cpp.dockerfile
b/ci/docker/ubuntu-24.04-cpp.dockerfile
index 3fc1831f64..ffc763b3c2 100644
--- a/ci/docker/ubuntu-24.04-cpp.dockerfile
+++ b/ci/docker/ubuntu-24.04-cpp.dockerfile
@@ -120,6 +120,7 @@ RUN apt-get update -y -q && \
rados-objclass-dev \
rapidjson-dev \
rsync \
+ sudo \
tzdata \
tzdata-legacy \
unixodbc-dev \