From ce861836918c0c8e6f0294827e82e90edc984ec3 Mon Sep 17 00:00:00 2001 From: Wanqiang Ji Date: Wed, 16 Sep 2020 15:23:57 +0800 Subject: [PATCH] HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277) --- dev-support/docker/Dockerfile | 2 ++ dev-support/docker/Dockerfile_aarch64 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index c4c6bbfe4e..9cec3bc645 100644 --- a/dev-support/docker/Dockerfile +++ b/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 diff --git a/dev-support/docker/Dockerfile_aarch64 b/dev-support/docker/Dockerfile_aarch64 index 2d43bb8bfa..1d60247711 100644 --- a/dev-support/docker/Dockerfile_aarch64 +++ b/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