Skip to content

Commit

Permalink
add ninja-build package, make sure to remove dead stuff in Dependenci…
Browse files Browse the repository at this point in the history
…es docker build
  • Loading branch information
hobu committed Jan 10, 2016
1 parent 80ec995 commit e624a66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/docker/dependencies/Dockerfile
Expand Up @@ -222,6 +222,14 @@ RUN svn co -r 2691 https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/ \
&& make \
&& make install

RUN apt-get update && apt-get install -y --fix-missing --no-install-recommends \
ninja-build \
&& rm -rf /var/lib/apt/lists/*

RUN rm -rf laszip laz-perf points2grid pcl nitro hexer 3.2.7.tar.gz eigen-eigen-b30b87236a1b gdal libgeotiff
RUN apt-get clean


#RUN wget http://sourceforge.net/projects/arma/files/armadillo-6.400.3.tar.gz \
# && tar zxvf armadillo-6.400.3.tar.gz \
# && cd armadillo-6.400.3 \
Expand Down

0 comments on commit e624a66

Please sign in to comment.