Repository: marmotta Updated Branches: refs/heads/develop c30dbf0fd -> d6ad3432e
MARMOTTA-621: fixed more compilation issues with the support of @wastl Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/40964cb5 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/40964cb5 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/40964cb5 Branch: refs/heads/develop Commit: 40964cb5cd92c73d7f431018689d9b762253077e Parents: 900a70c Author: Sergio Fernández <[email protected]> Authored: Mon Dec 14 16:30:29 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Tue Dec 15 08:25:05 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/backend/Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/40964cb5/libraries/ostrich/backend/Dockerfile ---------------------------------------------------------------------- diff --git a/libraries/ostrich/backend/Dockerfile b/libraries/ostrich/backend/Dockerfile index 12195be..d423913 100644 --- a/libraries/ostrich/backend/Dockerfile +++ b/libraries/ostrich/backend/Dockerfile @@ -40,12 +40,16 @@ RUN apt-get update -qq \ libgflags-dev \ libgtest-dev \ libboost-all-dev \ - libtcmalloc-minimal4 + libtcmalloc-minimal4 \ + libgoogle-perftools-dev -RUN git clone https://github.com/wikier/grpc.git \ +RUN git clone https://github.com/grpc/grpc.git \ && cd grpc \ && git submodule update --init --recursive \ && make \ + && cd third_party/protobuf \ + && make install \ + && cd ../.. \ && make install \ && cd ..
