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/*