You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2015/12/15 10:06:13 UTC

[4/4] marmotta git commit: MARMOTTA-621: cleanup

MARMOTTA-621: cleanup


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d6ad3432
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d6ad3432
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d6ad3432

Branch: refs/heads/develop
Commit: d6ad3432e6e885e456418f35b62b47b8cc94065d
Parents: a1499bd
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Dec 15 09:47:06 2015 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Dec 15 10:04:49 2015 +0100

----------------------------------------------------------------------
 libraries/ostrich/backend/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/d6ad3432/libraries/ostrich/backend/Dockerfile
----------------------------------------------------------------------
diff --git a/libraries/ostrich/backend/Dockerfile b/libraries/ostrich/backend/Dockerfile
index d423913..e102dae 100644
--- a/libraries/ostrich/backend/Dockerfile
+++ b/libraries/ostrich/backend/Dockerfile
@@ -1,6 +1,6 @@
 # Dockerfile for Apache Marmotta Ostrich Triplestore
 
-FROM debian:jessie
+FROM debian:stretch
 MAINTAINER Sergio Fernández <wi...@apache.org>
 
 ADD . /src
@@ -22,11 +22,10 @@ ENV LANG en_US.utf8
 
 RUN apt-get update -qq \
     && apt-get install -y \
-       build-essential \
+        build-essential \
         autoconf \
         libtool \
         cmake \
-        clang \
         libc++-dev \
         python-all-dev \
         python-virtualenv \
@@ -64,7 +63,8 @@ RUN mkdir build \
 RUN apt-get -y clean -qq \
     && apt-get -y autoclean -qq \
     && apt-get -y autoremove -qq \
-    && rm -rf /var/lib/apt/lists/*
+    && rm -rf /var/lib/apt/lists/* \
+    && rm -rf /src/grpc
 
 RUN mkdir -p ${DB_PATH}