Browse Source

HADOOP-16151. pip install pylint fails in branch-2.8 and branch-2.9.

Contributed by Akira Ajisaka.
Akira Ajisaka 6 năm trước cách đây
mục cha
commit
af069b617c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dev-support/docker/Dockerfile

+ 1 - 0
dev-support/docker/Dockerfile

@@ -122,6 +122,7 @@ RUN apt-get -q install --no-install-recommends -y bats
 ####
 # Install pylint
 ####
+RUN pip install isort==4.3.8
 RUN pip install pylint==1.9.2
 
 ####