lidavidm commented on pull request #12284:
URL: https://github.com/apache/arrow/pull/12284#issuecomment-1024469255


   Sorry for the delay. It indeed fails with 
   
   > env UBUNTU=21.04 PYTHONPATH=./dev/archery:(pwd) python -m archery.cli 
docker run -e "ARROW_FLIGHT=ON" -e "ARROW_FLIGHT_SQL=ON" -e 
"Protobuf_SOURCE=BUNDLED" ubuntu-cpp
   
   I had to update a dockerfile:
   
   ```
   diff --git a/ci/docker/ubuntu-21.04-cpp.dockerfile 
b/ci/docker/ubuntu-21.04-cpp.dockerfile
   index 58639cb1c..595776a8a 100644
   --- a/ci/docker/ubuntu-21.04-cpp.dockerfile
   +++ b/ci/docker/ubuntu-21.04-cpp.dockerfile
   @@ -85,6 +85,7 @@ RUN apt-get update -y -q && \
            libprotoc-dev \
            libre2-dev \
            libsnappy-dev \
   +       libsqlite3-dev \
            libssl-dev \
            libthrift-dev \
            libutf8proc-dev \
   ```


-- 
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]


Reply via email to