This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch branch-3.3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3.2 by this push:
     new d4794dd  HADOOP-18048. [branch-3.3] Dockerfile_aarch64 build fails 
with fatal error: Python.h: No such file or directory (#3801)
d4794dd is described below

commit d4794dd3b2ba365a9d95ad6aafcf43a1ea40f777
Author: Siyao Meng <[email protected]>
AuthorDate: Tue Dec 14 17:56:58 2021 -0800

    HADOOP-18048. [branch-3.3] Dockerfile_aarch64 build fails with fatal error: 
Python.h: No such file or directory (#3801)
---
 dev-support/docker/Dockerfile_aarch64 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/docker/Dockerfile_aarch64 
b/dev-support/docker/Dockerfile_aarch64
index 528e78c..80e813b 100644
--- a/dev-support/docker/Dockerfile_aarch64
+++ b/dev-support/docker/Dockerfile_aarch64
@@ -74,6 +74,7 @@ RUN apt-get -q update \
         pkg-config \
         python2.7 \
         python3 \
+        python3-dev \
         python3-pip \
         python3-pkg-resources \
         python3-setuptools \

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to