From a97114d05caa3072e73b682444eb64653b0a5a92 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 10 May 2019 08:22:21 -0400 Subject: [PATCH] Fixed grass-core package install Former-commit-id: 590eb5c16e1f85e55b805db520da8a6c7224f0fc --- Dockerfile | 5 ++--- portable.Dockerfile | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1fc29c81..d7249632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,8 +55,7 @@ RUN apt-get install --no-install-recommends -y \ python-pyproj \ python-software-properties \ python-wheel \ - swig2.0 \ - grass-core + swig2.0 RUN apt-get remove libdc1394-22-dev RUN pip install --upgrade pip @@ -118,7 +117,7 @@ RUN apt-get -y remove \ libgl1-mesa-dri \ python-pip -RUN apt-get install -y libvtk6-dev +RUN apt-get install -y libvtk6-dev grass-core # Cleanup APT RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/portable.Dockerfile b/portable.Dockerfile index f344ea7d..a9239085 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -55,8 +55,7 @@ RUN apt-get install --no-install-recommends -y \ python-pyproj \ python-software-properties \ python-wheel \ - swig2.0 \ - grass-core + swig2.0 RUN apt-get remove libdc1394-22-dev RUN pip install --upgrade pip @@ -125,7 +124,7 @@ RUN apt-get -y remove \ libgl1-mesa-dri \ python-pip -RUN apt-get install -y libvtk6-dev +RUN apt-get install -y libvtk6-dev grass-core # Cleanup APT RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*