]> Git — Sourcephile - gargantext.git/blob - devops/docker/Dockerfile
[WIP]
[gargantext.git] / devops / docker / Dockerfile
1 FROM fpco/stack-build:lts-18.18
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 ca-certificates git libigraph0-dev && \
6 rm -rf /var/lib/apt/lists/*
7