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

This commit is contained in:
Masatake Iwasaki 2020-07-09 11:35:52 +09:00 committed by GitHub
parent 4fa8055aa4
commit 53cfe60904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ RUN apt-get -q update && apt-get -q install -y bats
#### ####
RUN pip2 install \ RUN pip2 install \
configparser==4.0.2 \ configparser==4.0.2 \
pylint==1.9.2 pylint==1.9.2 \
isort==4.3.21
#### ####
# Install dateutil.parser # Install dateutil.parser