[GRASS-SVN] r72959 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 6 04:33:34 PDT 2018


Author: neteler
Date: 2018-07-06 04:33:34 -0700 (Fri, 06 Jul 2018)
New Revision: 72959

Modified:
   grass/trunk/Dockerfile
Log:
Dockerfile: attempt to shrink resulting image

Modified: grass/trunk/Dockerfile
===================================================================
--- grass/trunk/Dockerfile	2018-07-06 11:04:04 UTC (rev 72958)
+++ grass/trunk/Dockerfile	2018-07-06 11:33:34 UTC (rev 72959)
@@ -11,7 +11,7 @@
 
 # GRASS GIS compile dependencies
 RUN apt-get update \
-    && apt-get install -y --install-recommends \
+    && apt-get install -y --no-install-recommends --no-install-suggests \
         autoconf2.13 \
         autotools-dev \
         bison \



More information about the grass-commit mailing list