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 64b6721  HADOOP-19063. [Addendum] [thirdparty] Fix the docker image 
setuptools-scm && lazy-object-proxy. (#32) Contributed by Shilun Fan
64b6721 is described below

commit 64b672142797b5acffa94cadfc2d2be6f4dbbb23
Author: slfan1989 <55643692+slfan1...@users.noreply.github.com>
AuthorDate: Sun Feb 4 14:23:44 2024 +0800

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

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index f6926df..e330383 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -124,9 +124,9 @@ ENV FINDBUGS_HOME /usr
 # Instead, download the last isort 4.x version.
 ####
 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
+RUN pip2 install pylint==1.9.2
 
 ####
 # 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