HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)

This commit is contained in:
Wanqiang Ji 2020-09-16 15:23:57 +08:00 committed by GitHub
parent 5c5b2ed7c7
commit ce86183691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
# https://github.com/PyCQA/pylint/issues/2294 # https://github.com/PyCQA/pylint/issues/2294
#### ####
RUN pip2 install \ RUN pip2 install \
astroid==1.6.6 \
isort==4.3.21 \
configparser==4.0.2 \ configparser==4.0.2 \
pylint==1.9.2 pylint==1.9.2

View File

@ -132,6 +132,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
# https://github.com/PyCQA/pylint/issues/2294 # https://github.com/PyCQA/pylint/issues/2294
#### ####
RUN pip2 install \ RUN pip2 install \
astroid==1.6.6 \
isort==4.3.21 \
configparser==4.0.2 \ configparser==4.0.2 \
pylint==1.9.2 pylint==1.9.2