Explorar el Código

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

Masatake Iwasaki hace 4 años
padre
commit
53cfe60904
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      dev-support/docker/Dockerfile

+ 2 - 1
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