HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)
(cherry picked from commit ce86183691
)
This commit is contained in:
parent
0ec21b9667
commit
cda7d6ca85
|
@ -167,6 +167,8 @@ RUN apt-get -q update \
|
|||
# https://github.com/PyCQA/pylint/issues/2294
|
||||
####
|
||||
RUN pip2 install \
|
||||
astroid==1.6.6 \
|
||||
isort==4.3.21 \
|
||||
configparser==4.0.2 \
|
||||
pylint==1.9.2 \
|
||||
isort==4.3.21
|
||||
|
|
|
@ -175,6 +175,8 @@ RUN apt-get -q update \
|
|||
# https://github.com/PyCQA/pylint/issues/2294
|
||||
####
|
||||
RUN pip2 install \
|
||||
astroid==1.6.6 \
|
||||
isort==4.3.21 \
|
||||
configparser==4.0.2 \
|
||||
pylint==1.9.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue