HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)
(cherry picked from commit 53cfe60904
)
This commit is contained in:
parent
f9619b0b97
commit
7522b44067
|
@ -168,7 +168,8 @@ RUN apt-get -q update \
|
|||
####
|
||||
RUN pip2 install \
|
||||
configparser==4.0.2 \
|
||||
pylint==1.9.2
|
||||
pylint==1.9.2 \
|
||||
isort==4.3.21
|
||||
|
||||
####
|
||||
# Install dateutil.parser
|
||||
|
|
Loading…
Reference in New Issue