HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)

(cherry picked from commit 53cfe60904)
This commit is contained in:
Masatake Iwasaki 2020-07-09 11:35:52 +09:00
parent f9619b0b97
commit 7522b44067
1 changed files with 2 additions and 1 deletions

View File

@ -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