|
@@ -181,7 +181,9 @@ RUN apt-get -q update \
|
|
# Install pylint at fixed version (2.0.0 removed python2 support)
|
|
# Install pylint at fixed version (2.0.0 removed python2 support)
|
|
# https://github.com/PyCQA/pylint/issues/2294
|
|
# https://github.com/PyCQA/pylint/issues/2294
|
|
####
|
|
####
|
|
-RUN pip2 install pylint==1.9.2
|
|
|
|
|
|
+RUN pip2 install \
|
|
|
|
+ configparser==4.0.2 \
|
|
|
|
+ pylint==1.9.2
|
|
|
|
|
|
####
|
|
####
|
|
# Install dateutil.parser
|
|
# Install dateutil.parser
|