You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2020/03/31 15:38:24 UTC

[yetus] branch master updated: YETUS-960. Yetus build env cannot execute pylint2 (#104)

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

aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new 24aae05  YETUS-960. Yetus build env cannot execute pylint2 (#104)
24aae05 is described below

commit 24aae0536dfa4a2b3899f724160d0c10f319186a
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Wed Apr 1 00:38:18 2020 +0900

    YETUS-960. Yetus build env cannot execute pylint2 (#104)
    
    Signed-off-by: Allen Wittenauer <aw...@apache.org>
---
 precommit/src/main/shell/test-patch-docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile b/precommit/src/main/shell/test-patch-docker/Dockerfile
index 03050e4..6071959 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -203,6 +203,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
     && rm -rf /var/lib/apt/lists/*
 RUN pip2 install -v \
         astroid==1.6.5 \
+        configparser==4.0.2 \
         pylint==1.9.2 \
         python-dateutil==2.7.3 \
     && rm -rf /root/.cache