Ver Fonte

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

Siyao Meng há 3 anos atrás
pai
commit
0cab54909a
1 ficheiros alterados com 1 adições e 0 exclusões
  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 \