diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index 6d05fe139fe..e1aa00f507d 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -151,9 +151,10 @@ RUN apt-get -q update && apt-get -q install -y shellcheck RUN apt-get -q update && apt-get -q install -y bats #### -# Install pylint (always want latest) +# Install pylint at fixed version (2.0.0 removed python2 support) +# https://github.com/PyCQA/pylint/issues/2294 #### -RUN pip2 install pylint +RUN pip2 install pylint==1.9.2 #### # Install dateutil.parser