Przeglądaj źródła

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

(cherry picked from commit a7163886ce6b52b9d3d3e1a19b17be49df1957be)
Robert Kanter 6 lat temu
rodzic
commit
a226c68f3e
1 zmienionych plików z 1 dodań i 1 usunięć
  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