You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/09/16 07:26:37 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new ffc101a  HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)
ffc101a is described below

commit ffc101a27be197a63bab29cf916748289e3baa04
Author: Wanqiang Ji <ji...@apache.org>
AuthorDate: Wed Sep 16 15:23:57 2020 +0800

    HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)
    
    (cherry picked from commit ce861836918c0c8e6f0294827e82e90edc984ec3)
    
     Conflicts:
    	dev-support/docker/Dockerfile_aarch64
---
 dev-support/docker/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 5c22f1e..caa3bb6 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -167,6 +167,8 @@ RUN apt-get -q update \
 # 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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org