Skip to content

Commit 52d6940

Browse files
authored
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 <62349012+justing-bq@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent cb3bd69 commit 52d6940

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/docker/ubuntu-24.04-cpp.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN apt-get update -y -q && \
120120
rados-objclass-dev \
121121
rapidjson-dev \
122122
rsync \
123+
sudo \
123124
tzdata \
124125
tzdata-legacy \
125126
unixodbc-dev \

0 commit comments

Comments
 (0)