Fixed grass-core package install

pull/979/head
Piero Toffanin 2019-05-10 08:22:21 -04:00
rodzic ef14884e1f
commit 590eb5c16e
2 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

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

Wyświetl plik

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