Skip to content

Commit ce86183

Browse files
authored
HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277)
1 parent 5c5b2ed commit ce86183

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dev-support/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
129129
# https://github.com/PyCQA/pylint/issues/2294
130130
####
131131
RUN pip2 install \
132+
astroid==1.6.6 \
133+
isort==4.3.21 \
132134
configparser==4.0.2 \
133135
pylint==1.9.2
134136

dev-support/docker/Dockerfile_aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ ENV PATH "${PATH}:/opt/protobuf/bin"
132132
# https://github.com/PyCQA/pylint/issues/2294
133133
####
134134
RUN pip2 install \
135+
astroid==1.6.6 \
136+
isort==4.3.21 \
135137
configparser==4.0.2 \
136138
pylint==1.9.2
137139

0 commit comments

Comments
 (0)