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