소스 검색

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

Wanqiang Ji 4 년 전
부모
커밋
ce86183691
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      dev-support/docker/Dockerfile
  2. 2 0
      dev-support/docker/Dockerfile_aarch64

+ 2 - 0
dev-support/docker/Dockerfile

@@ -129,6 +129,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
 # 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
 

+ 2 - 0
dev-support/docker/Dockerfile_aarch64

@@ -132,6 +132,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
 # 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