[GRASS-dev] [GRASS-SVN] r71318 - grass/trunk

Markus Neteler neteler at osgeo.org
Sat Jul 29 10:56:37 PDT 2017


Hi

On Jul 29, 2017 6:04 PM, <svn_grass at osgeo.org> wrote:
>
> Author: wenzeslaus
> Date: 2017-07-29 09:04:18 -0700 (Sat, 29 Jul 2017)
> New Revision: 71318
>
> Added:
>    grass/trunk/Dockerfile
> Modified:
>    grass/trunk/README
> Log:
> Dockerfile for the local source code with doc in README
>
> Added: grass/trunk/Dockerfile

Great to see docker support!

Here a quick review: I think that some entries can be removed:

...
+        libncurses5-dev \
AFAIK there is no ncurses in GRASS since G7.0.

...
+        libreadline-dev \
This is only used to have readline within r.mapcalc, not sure if needed.

...
+        libxmu-dev \
libxmu-dev? X11 is for long no dependency...
...

+# install GRASS GIS
+RUN ./configure \
...
+    --with-pthread \
pthread is only used with r.mapcalc parser but internally disabled through
workers=0 to avoid errors. I'd take it out.

Best
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20170729/b733aaf4/attachment.html>


More information about the grass-dev mailing list