This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 2873606 HADOOP-18049. Pin python-lazy-object-proxy to 1.6.0 in docker
image (#3813)
2873606 is described below
commit 2873606fc9d1669bdac84048ac24e458a11424eb
Author: Dhananjay Badaya <[email protected]>
AuthorDate: Fri Dec 17 14:32:26 2021 +0530
HADOOP-18049. Pin python-lazy-object-proxy to 1.6.0 in docker image (#3813)
Signed-off-by: Akira Ajisaka <[email protected]>
---
dev-support/docker/Dockerfile | 3 ++-
dev-support/docker/pkg-resolver/install-common-pkgs.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index cf163d9e..9e7242b 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -183,7 +183,8 @@ RUN apt-get -q update \
RUN pip2 install \
configparser==4.0.2 \
pylint==1.9.2 \
- isort==4.3.21
+ isort==4.3.21 \
+ lazy-object-proxy==1.6.0
####
# Install dateutil.parser
diff --git a/dev-support/docker/pkg-resolver/install-common-pkgs.sh
b/dev-support/docker/pkg-resolver/install-common-pkgs.sh
index 1396b95..1ac35d9 100644
--- a/dev-support/docker/pkg-resolver/install-common-pkgs.sh
+++ b/dev-support/docker/pkg-resolver/install-common-pkgs.sh
@@ -19,4 +19,4 @@
######
# Install pylint and python-dateutil
######
-pip2 install configparser==4.0.2 pylint==1.9.2 isort==4.3.21
python-dateutil==2.7.3
\ No newline at end of file
+pip2 install configparser==4.0.2 pylint==1.9.2 isort==4.3.21
lazy-object-proxy==1.6.0 python-dateutil==2.7.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]