From 8b7b32e225d7f2b3d428b1a881cd44a5be4b6d39 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 15 Apr 2015 18:12:04 +0200 Subject: [PATCH] Added ccmake to docker image --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index ca3028522..d7c2f9e71 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get -y install gcc-4.8 g++-4.8 libboost1.55-all-dev llvm-3.4 RUN apt-get -y install protobuf-compiler libprotoc-dev libprotobuf-dev RUN apt-get -y install libbz2-dev libstxxl-dev libstxxl1 libxml2-dev RUN apt-get -y install libzip-dev lua5.1 liblua5.1-0-dev libtbb-dev libgdal-dev ruby1.9 -RUN apt-get -y install curl cmake +RUN apt-get -y install curl cmake cmake-curses-gui RUN pip install awscli