assignUser commented on code in PR #35057:
URL: https://github.com/apache/arrow/pull/35057#discussion_r1163458522
##########
ci/docker/conda-python.dockerfile:
##########
@@ -22,10 +22,12 @@ FROM ${repo}:${arch}-conda-cpp
# install python specific packages
ARG python=3.8
COPY ci/conda_env_python.txt \
+ ci/conda_env_python_unix.txt \
ci/conda_env_sphinx.txt \
/arrow/ci/
RUN mamba install -q -y \
--file arrow/ci/conda_env_python.txt \
+ --file arrow/ci/conda_env_python_unix.txt \
Review Comment:
Maybe just add gdb directly here as it is not used anywhere else? Should we
add more packages/use them in multiple location we can always refactor into a
new file.
--
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]