]> Git — Sourcephile - gargantext.git/blob - devops/docker/Dockerfile
[GRAPH] API update (WIP).
[gargantext.git] / devops / docker / Dockerfile
1 from fpco/stack-build:lts-14.6
2
3 RUN apt-get update && \
4 apt-get install -y git libigraph0-dev && \
5 rm -rf /var/lib/apt/lists/*
6
7 RUN mkdir -v /deps && \
8 cd /deps && \
9 git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain-cplusplus && \
10 cd clustering-louvain-cplusplus && \
11 ./install