HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)

(cherry picked from commit ce86183691)

 Conflicts:
	dev-support/docker/Dockerfile_aarch64

(cherry picked from commit ffc101a27b)
This commit is contained in:
Wanqiang Ji 2020-09-16 15:23:57 +08:00 committed by Akira Ajisaka
parent c83a3177dc
commit 63c8e39a2c
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ RUN apt-get -q update && apt-get -q install -y bats
# https://github.com/PyCQA/pylint/issues/2294
####
RUN pip2 install \
astroid==1.6.6 \
isort==4.3.21 \
configparser==4.0.2 \
pylint==1.9.2 \
isort==4.3.21