Browse Source

Dockerfile Ubuntu: versionless link fix

Markus Neteler 3 years ago
parent
commit
f1a46d63fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/ubuntu/Dockerfile_ubuntu_pdal

+ 1 - 1
docker/ubuntu/Dockerfile_ubuntu_pdal

@@ -202,7 +202,7 @@ ENV LC_ALL "en_US.UTF-8"
 ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1
 ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1
 
 
 # Create generic GRASS GIS lib name regardless of version number
 # Create generic GRASS GIS lib name regardless of version number
-RUN ln -sf /usr/local/grass?? `grass --config path`
+RUN ln -sf /usr/local/grass80 /usr/local/grass
 
 
 # show GRASS GIS, PROJ, GDAL etc versions
 # show GRASS GIS, PROJ, GDAL etc versions
 RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
 RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \