Explorar el Código

HADOOP-15644. Hadoop Docker Image Pip Install Fails on branch-2 (haibochen via rkanter)

Robert Kanter hace 7 años
padre
commit
a7163886ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dev-support/docker/Dockerfile

+ 1 - 1
dev-support/docker/Dockerfile

@@ -122,7 +122,7 @@ RUN apt-get -q install --no-install-recommends -y bats
 ####
 # Install pylint
 ####
-RUN pip install pylint
+RUN pip install pylint==1.9.2
 
 ####
 # Install dateutil.parser