[GRASS-dev] Dockerfile now in repo

Markus Neteler neteler at osgeo.org
Mon Aug 7 15:35:09 PDT 2017


Thanks for the Dockerfile, Vaclav!

On Sun, Jul 30, 2017 at 1:11 AM, Vaclav Petras <wenzeslaus at gmail.com> wrote:
> [Using the thread with the announcement for this answer.]
...
> It is the Dockerfile. You let Docker build a Docker image using that file
> (Docker looks to the directory specified and finds the Dockerfile, kind of
> like make and Makefile). You then use Docker to run a process in the
> container derived from that image. GRASS GIS is build as part of building of
> the image. See the readme file for examples:
>
> https://trac.osgeo.org/grass/browser/grass/trunk/README#L53

what do you think of the suggested changes?
https://lists.osgeo.org/pipermail/grass-dev/2017-July/085633.html

I attach the modified Dockerfile which I tested on Fedora (still
creating the Ubuntu docker image). Appears to work fine.

Markus
-------------- next part --------------
Index: Dockerfile
===================================================================
--- Dockerfile	(revision 71331)
+++ Dockerfile	(working copy)
@@ -30,10 +30,8 @@
         libpng-dev \
         libpq-dev \
         libproj-dev \
-        libreadline-dev \
         libsqlite3-dev \
         libtiff-dev \
-        libxmu-dev \
         make \
         netcdf-bin \
         proj-bin \
@@ -60,9 +58,7 @@
     --enable-largefile=yes \
     --with-nls \
     --with-cxx \
-    --with-readline \
     --with-bzlib \
-    --with-pthread \
     --with-proj-share=/usr/share/proj \
     --with-geos=/usr/bin/geos-config \
     --with-cairo \


More information about the grass-dev mailing list