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 iw...@apache.org on 2020/07/09 02:36:04 UTC

[hadoop] branch branch-3.1 updated: HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)

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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 53cfe60  HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)
53cfe60 is described below

commit 53cfe6090419649dde18e3bf0d6ff757f76d716f
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Thu Jul 9 11:35:52 2020 +0900

    HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)
---
 dev-support/docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index e47a320..3b8ff78 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -157,7 +157,8 @@ RUN apt-get -q update && apt-get -q install -y bats
 ####
 RUN pip2 install \
     configparser==4.0.2 \
-    pylint==1.9.2
+    pylint==1.9.2 \
+    isort==4.3.21
 
 ####
 # Install dateutil.parser


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