Browse Source

Dockerfile: remove old liblas dependency as PDAL is there

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74041 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 years ago
parent
commit
b167642145
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -24,8 +24,6 @@ RUN apt-get update \
         libgsl0-dev \
         libgsl0-dev \
         libjpeg-dev \
         libjpeg-dev \
         liblapack-dev \
         liblapack-dev \
-        liblas-dev \
-        liblas-c-dev \
         libncurses5-dev \
         libncurses5-dev \
         libnetcdf-dev \
         libnetcdf-dev \
         libopenjp2-7 \
         libopenjp2-7 \
@@ -99,7 +97,6 @@ RUN ./configure \
     --with-freetype --with-freetype-includes="/usr/include/freetype2/" \
     --with-freetype --with-freetype-includes="/usr/include/freetype2/" \
     --with-fftw \
     --with-fftw \
     --with-netcdf \
     --with-netcdf \
-    --with-liblas --with-liblas-config=/usr/bin/liblas-config \
     --with-pdal \
     --with-pdal \
     --with-proj --with-proj-share=/usr/share/proj \
     --with-proj --with-proj-share=/usr/share/proj \
     --with-geos=/usr/bin/geos-config \
     --with-geos=/usr/bin/geos-config \