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

aajisaka 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 032b017  YETUS-974. start-build-env.sh fails (#115)
032b017 is described below

commit 032b017be114ff9a8dd9cc7bbadd53e685ac57ad
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Mon Jul 13 13:36:31 2020 +0900

    YETUS-974. start-build-env.sh fails (#115)
---
 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 6c05afc..b1a4102 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -204,6 +204,7 @@ RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y \
 RUN pip2 install -v \
         astroid==1.6.5 \
         configparser==4.0.2 \
+        isort==4.3.21 \
         pylint==1.9.2 \
         python-dateutil==2.7.3 \
     && rm -rf /root/.cache

Reply via email to