Commit 3d3eb592 authored by delanoe's avatar delanoe

[DOCKER INSTALL] Adding one dep needed to compile igraph.

parent 24363409
...@@ -27,7 +27,7 @@ RUN apt-get update && \ ...@@ -27,7 +27,7 @@ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
apt-utils ca-certificates locales \ apt-utils ca-certificates locales \
sudo aptitude gcc g++ wget git postgresql-9.5 vim \ sudo aptitude gcc g++ wget git postgresql-9.5 vim \
build-essential build-essential make
### Configure timezone and locale ### Configure timezone and locale
RUN echo "Europe/Paris" > /etc/timezone && \ RUN echo "Europe/Paris" > /etc/timezone && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment