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

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


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

commit 68d872ff306390b19394beafaba2430c49ee6af4
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