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

Hi

On Jul 29, 2017 6:04 PM, <svn_grass@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