|
@@ -79,7 +79,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|
|
RUN echo LANG="en_US.UTF-8" > /etc/default/locale
|
|
|
RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen
|
|
|
|
|
|
-## install the latest projection library for GRASS GIS
|
|
|
+## install a more recent projection library for GRASS GIS
|
|
|
WORKDIR /src
|
|
|
RUN wget -q http://download.osgeo.org/proj/proj-${PROJ_VERSION}.tar.gz && \
|
|
|
tar xzf proj-${PROJ_VERSION}.tar.gz && \
|
|
@@ -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/grass?? `grass --config path`
|
|
|
|
|
|
# show GRASS GIS, PROJ, GDAL etc versions
|
|
|
RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
|