소스 검색

HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)

(cherry picked from commit 53cfe6090419649dde18e3bf0d6ff757f76d716f)
Masatake Iwasaki 4 년 전
부모
커밋
7257b17793
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      dev-support/docker/Dockerfile

+ 2 - 1
dev-support/docker/Dockerfile

@@ -183,7 +183,8 @@ RUN apt-get -q update \
 ####
 RUN pip2 install \
     configparser==4.0.2 \
-    pylint==1.9.2
+    pylint==1.9.2 \
+    isort==4.3.21
 
 ####
 # Install dateutil.parser