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 <[email protected]>
AuthorDate: Wed Apr 1 00:38:18 2020 +0900

    YETUS-960. Yetus build env cannot execute pylint2 (#104)
    
    Signed-off-by: Allen Wittenauer <[email protected]>
---
 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

Reply via email to