Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
b167642145
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

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