Merge pull request #735 from pierotofy/grass76

Downgrade to GRASS 7.6
pull/737/head
Piero Toffanin 2019-09-23 12:01:30 -04:00 zatwierdzone przez GitHub
commit ef41947ee4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ RUN printf "deb http://ftp.us.debian.org/debian/ stable main contrib non-
RUN printf "deb http://ftp.us.debian.org/debian/ testing main contrib non-free\ndeb-src http://ftp.us.debian.org/debian/ testing main contrib non-free" > /etc/apt/sources.list.d/testing.list
# Install Node.js GDAL, nginx, letsencrypt, psql
RUN apt-get -qq update && apt-get -qq install -t testing -y binutils libproj-dev gdal-bin nginx grass-core certbot && apt-get -qq install -y gettext-base cron postgresql-client-9.6
RUN apt-get -qq update && apt-get -qq install -t testing -y binutils libproj-dev gdal-bin nginx certbot && apt-get -qq install -y gettext-base cron postgresql-client-9.6 grass-core
# Install pip reqs
ADD requirements.txt /webodm/