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

This commit is contained in:
Siyao Meng 2021-12-14 17:56:58 -08:00 committed by GitHub
parent 37ced452d9
commit 0cab54909a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ RUN apt-get -q update \
pkg-config \
python2.7 \
python3 \
python3-dev \
python3-pip \
python3-pkg-resources \
python3-setuptools \