Repository: marmotta Updated Branches: refs/heads/develop ed49359d8 -> 7c12e69e1
Ostrich: add RocksDB dependency to Dockerfile Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/7c12e69e Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/7c12e69e Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/7c12e69e Branch: refs/heads/develop Commit: 7c12e69e1dbf644c8950cad2de6f84ef486baeb4 Parents: ed49359 Author: Sebastian Schaffert <[email protected]> Authored: Thu Aug 25 13:12:48 2016 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Thu Aug 25 13:12:48 2016 +0200 ---------------------------------------------------------------------- libraries/ostrich/Dockerfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/7c12e69e/libraries/ostrich/Dockerfile ---------------------------------------------------------------------- diff --git a/libraries/ostrich/Dockerfile b/libraries/ostrich/Dockerfile index 6211776..03f1567 100644 --- a/libraries/ostrich/Dockerfile +++ b/libraries/ostrich/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get update -qq \ libgoogle-glog-dev \ libgflags-dev \ libleveldb-dev \ + librocksdb-dev \ zlib1g-dev \ libgflags-dev \ libgtest-dev \
