pitrou commented on code in PR #45854: URL: https://github.com/apache/arrow/pull/45854#discussion_r2021250143
########## ci/docker/conda-python-pandas.dockerfile: ########## @@ -34,3 +34,5 @@ RUN mamba install -q -y --file arrow/ci/conda_env_sphinx.txt && \ COPY ci/scripts/install_pandas.sh /arrow/ci/scripts/ RUN mamba uninstall -q -y numpy && \ /arrow/ci/scripts/install_pandas.sh ${pandas} ${numpy} + +RUN apt-get update && apt-get install -y patchelf Review Comment: I'm curious, why is this needed? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org