Browse Source

HADOOP-18048. [branch-3.3] Dockerfile_aarch64 build fails with fatal error: Python.h: No such file or directory (#3801)

Siyao Meng 3 years ago
parent
commit
d4794dd3b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev-support/docker/Dockerfile_aarch64

+ 1 - 0
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 \