Skip to content

Commit

Permalink
Dockerfile Ubuntu: versionless link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored Jun 7, 2021
1 parent a4e9878 commit f1a46d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile_ubuntu_pdal
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,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 f1a46d6

Please sign in to comment.