This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch branch-1.2.0
in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git


The following commit(s) were added to refs/heads/branch-1.2.0 by this push:
     new b843720  HADOOP-19063. [thirdparty] Fix the docker image 
setuptools-scm && lazy-object-proxy (#30) Contributed by Shilun Fan
b843720 is described below

commit b84372042d490ed23b405d6e05e44cadf109a47d
Author: slfan1989 <55643692+slfan1...@users.noreply.github.com>
AuthorDate: Sun Feb 4 08:39:57 2024 +0800

    HADOOP-19063. [thirdparty] Fix the docker image setuptools-scm && 
lazy-object-proxy (#30) Contributed by Shilun Fan
    
    Reviewed-by: Steve Loughran <ste...@cloudera.com>
    Reviewed-by: He Xiaoqiao <hexiaoq...@apache.org>
    Signed-off-by: Shilun Fan <slfan1...@apache.org>
---
 dev-support/docker/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 187fc64..f6926df 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -125,6 +125,8 @@ ENV FINDBUGS_HOME /usr
 ####
 RUN pip2 install isort==4.3.21
 RUN pip2 install pylint==1.9.2
+RUN pip2 install setuptools-scm==5.0.2
+RUN pip2 install lazy-object-proxy==1.5.0
 
 ####
 # Install dateutil.parser


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to