pitrou commented on code in PR #44989:
URL: https://github.com/apache/arrow/pull/44989#discussion_r1934311583


##########
python/examples/minimal_build/Dockerfile.ubuntu:
##########
@@ -33,7 +33,6 @@ RUN apt-get update -y -q && \
       python3-pip \
       python3-venv \
       tzdata \
+      tzdata-legacy \
       && \
       apt-get clean && rm -rf /var/lib/apt/lists*

Review Comment:
   Note the `pip3 install -U` below might seem useless now, but it may be later 
useful if we need more recent pip / setuptools versions. We could just keep it 
for lower maintenance.



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