kou commented on code in PR #33805:
URL: https://github.com/apache/arrow/pull/33805#discussion_r1084886051
##########
ci/docker/python-wheel-manylinux.dockerfile:
##########
@@ -25,7 +25,15 @@ ARG manylinux
ENV MANYLINUX_VERSION=${manylinux}
# Install basic dependencies
-RUN yum install -y git flex curl autoconf zip perl-IPC-Cmd wget
+RUN yum install -y git flex curl autoconf zip perl-IPC-Cmd wget
+
+# A system python is required for ninja and vcpkg in this Dockerfile.
+# On manylinux2014 base images, system python is 2.7.5, while
+# on manylinux_2_28, no system python is installed.
Review Comment:
```suggestion
# On manylinux2014 base images, system Python is 2.7.5, while
# on manylinux_2_28, no system Python is installed.
```
--
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]