소스 검색

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

Siyao Meng 3 년 전
부모
커밋
0cab54909a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 \
         pkg-config \
         python2.7 \
         python2.7 \
         python3 \
         python3 \
+        python3-dev \
         python3-pip \
         python3-pip \
         python3-pkg-resources \
         python3-pkg-resources \
         python3-setuptools \
         python3-setuptools \