amalgame/commit

IMPROVED: config with rdf path

authorJacco van Ossenbruggen
Fri Sep 22 13:44:35 2017 +0200
committerJacco van Ossenbruggen
Fri Sep 22 13:44:35 2017 +0200
commit8f6e582338d0943a1aa2033cf96e7fc907199abd
tree9ef8bf4c478a239e115d4ebcdd5e6369cf4018f4
parent7c9cf91d733b3b0d66393ab0d7d3b9d746848f20
Diff style: patch stat
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1f2064c..1b6d0bc 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,7 +1,7 @@
 FROM jrvosse/cliopatria
 
 WORKDIR $CLIOPATRIA_DIR
-RUN ./configure --with-localhost
+RUN ./configure --with-localhost --with-rdfpath
 RUN ./run.pl cpack install amalgame
 
 WORKDIR $PROJECT_DIR