summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-12-26 20:57:38 +0100
committerGitHub <noreply@github.com>2019-12-26 20:57:38 +0100
commit1a9c2e7e25751ec2399bf12d086d7e2113c02faf (patch)
tree6a5ee31d716b0eef7c7f8358111817da6c604af2
parentda96206b1fa6fe536d77e9b5906f10d26a37b243 (diff)
parent7e9777c568d32a2c3d5c6fd85bbbf882bb121b83 (diff)
Merge pull request #181 from mglisse/pybind11
Install pybind11+git in docker for CircleCI
-rw-r--r--Dockerfile_for_circleci_image2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile_for_circleci_image b/Dockerfile_for_circleci_image
index f0c73d76..ff4e6018 100644
--- a/Dockerfile_for_circleci_image
+++ b/Dockerfile_for_circleci_image
@@ -25,6 +25,7 @@ ENV LC_ALL en_US.UTF-8
# Required for Gudhi compilation
RUN apt-get install -y make \
+ git \
g++ \
cmake \
graphviz \
@@ -43,6 +44,7 @@ RUN apt-get install -y make \
python3-pip \
python3-pytest \
python3-tk \
+ python3-pybind11 \
libfreetype6-dev \
pkg-config