You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/03/20 23:17:28 UTC

[2/2] geode-native git commit: GEODE-2609 Include graphviz in docker build image

GEODE-2609 Include graphviz in docker build image

The dot program is needed for building the docs and is installed
from the graphviz package.

This closes #53.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/5cea6fb4
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/5cea6fb4
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/5cea6fb4

Branch: refs/heads/develop
Commit: 5cea6fb40da012084f6e617b39b45d9d1c3d06aa
Parents: cfad732
Author: Anthony Baker <ab...@apache.org>
Authored: Mon Mar 13 21:26:40 2017 -0700
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Mon Mar 20 16:16:51 2017 -0700

----------------------------------------------------------------------
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/5cea6fb4/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d660fd4..bd2b5f4 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -19,7 +19,7 @@ LABEL maintainer Apache Geode <de...@geode.apache.org>
 
 RUN \
     apt-get update \
-    && apt-get install -y build-essential cmake doxygen git openjdk-8-jdk wget zlib1g-dev \
+    && apt-get install -y build-essential cmake doxygen git graphviz openjdk-8-jdk wget zlib1g-dev \
     && rm -rf /var/lib/apt/lists/*
 
 ENV GEODE_VERSION 1.1.0