Skip to content

Commit

Permalink
Dockerfile Debian: versionless link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored Jun 7, 2021
1 parent f1a46d6 commit 9ce1b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile_debian_pdal
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ENV LC_ALL "en_US.UTF-8"
ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1

# 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
RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
Expand Down

0 comments on commit 9ce1b56

Please sign in to comment.