浏览代码

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
 # 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
 
 

+ 2 - 0
dev-support/docker/Dockerfile_aarch64

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