alinaliBQ commented on code in PR #49787:
URL: https://github.com/apache/arrow/pull/49787#discussion_r3423763252
##########
ci/docker/ubuntu-24.04-cpp.dockerfile:
##########
@@ -119,6 +119,7 @@ RUN apt-get update -y -q && \
python3-venv \
Review Comment:
Let's try adding `sudo \` in alphabetical order here.
As Justin raised, we are seeing `sudo: command not found` errors now. I
think it might have been caused by https://github.com/apache/arrow/pull/50190
since `install_ceph.sh` might have been implicitly installing `sudo`, and
removing the script caused `sudo` not be installed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]