Browse Source

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

(cherry picked from commit ce861836918c0c8e6f0294827e82e90edc984ec3)

 Conflicts:
	dev-support/docker/Dockerfile_aarch64
Wanqiang Ji 4 years ago
parent
commit
ffc101a27b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dev-support/docker/Dockerfile

+ 2 - 0
dev-support/docker/Dockerfile

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