raulcd commented on code in PR #49265:
URL: https://github.com/apache/arrow/pull/49265#discussion_r2800559365


##########
ci/docker/debian-13-cpp.dockerfile:
##########
@@ -89,6 +89,9 @@ RUN apt-get update -y -q && \
         tzdata \
         tzdata-legacy \
         zlib1g-dev && \
+    if [ ${arch} = "i386" ]; then \

Review Comment:
   @kou I decided to add this here instead of on the debian-python one because 
we do not install any debian packages there and we install everything on this 
base. Let me know if you would prefer us to have this dependency there instead 
I am 50-50 on where should this go.



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