HADOOP-17120. Fix failure of docker image creation due to pip2 install error. (#2130)
This commit is contained in:
parent
4fa8055aa4
commit
53cfe60904
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue