]> Git — Sourcephile - gargantext.git/blob - devops/docker/Dockerfile
[Merge] and fix conflicts
[gargantext.git] / devops / docker / Dockerfile
1 FROM fpco/stack-build:lts-17.13
2
3 RUN apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 8B1DA6120C2BF624
4 RUN apt-get update && \
5 apt-get install -y git libigraph0-dev && \
6 rm -rf /var/lib/apt/lists/*
7