This is an automated email from the ASF dual-hosted git repository. abaker pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git
commit 8998a8ff6b4b8c7f60a9f3f13a163dff9654db56 Author: Sean Goller <[email protected]> AuthorDate: Tue Jan 9 13:00:41 2018 -0800 [GEODE-4265] Add dunit progress tool to docker image. --- ci/docker/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index 097bba5..a932b75 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -46,6 +46,10 @@ RUN go build -o /usr/local/bin/tini-wrapper ./tini-wrapper.go ADD ./initdocker /usr/local/bin/initdocker RUN chmod +x /usr/local/bin/initdocker +# Install dunit-process +RUN curl -Lo /usr/local/bin/dunit-process https://github.com/jdeppe-pivotal/progress-util/releases/download/0.1/progress.linux +RUN chmod +x /usr/local/bin/dunit-process + # Cache gradle for performance ENV GRADLE_USER_HOME /usr/local/maven_files WORKDIR /tmp/work -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
