-from fpco/stack-build:lts-14.22
+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