Merge remote-tracking branch 'origin/adinapoli/issue-180-deps-audit' into dev
[gargantext.git] / devops / docker / Dockerfile
index 0a2ccd9d8a515bad9c4001c5ebf5fcc7c734ce4e..bdede0dcbf47407cc1c38304376b34a70e06d798 100644 (file)
@@ -1,11 +1,7 @@
-from fpco/stack-build:lts-12.26
+FROM fpco/stack-build:lts-18.18
 
+#RUN apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 8B1DA6120C2BF624
 RUN apt-get update && \
-    apt-get install -y git libigraph0-dev && \
+    apt-get install -y ca-certificates git libigraph0-dev && \
     rm -rf /var/lib/apt/lists/*
 
-RUN mkdir -v /deps && \
-    cd /deps && \
-    git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain-cplusplus && \
-    cd clustering-louvain-cplusplus && \
-    ./install