Restore latest proj

pull/1048/head
Piero Toffanin 2021-09-02 11:15:04 -04:00
rodzic 5553b03244
commit e6cdc8152b
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -21,9 +21,6 @@ RUN apt-get -qq update && apt-get -qq install -y nodejs
RUN apt-get -qq update && apt-get -qq install -y --no-install-recommends python3 python3-pip python3-setuptools python3-wheel git g++ python3-dev python2.7-dev libpq-dev binutils libproj-dev gdal-bin libgdal-dev python3-gdal nginx certbot grass-core gettext-base cron postgresql-client-12 gettext
RUN update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 && update-alternatives --install /usr/bin/python python /usr/bin/python3.8 2
# Force usage of proj.db version 6
RUN rm -fr /usr/share/proj && mkdir /usr/share/proj && cd /usr/share/proj && wget --no-check-certificate https://github.com/OpenDroneMap/WebODM/releases/download/v1.9.2/proj-data_6.3.1-1.tar.xz -O - | tar -Jx
# Install pip reqs
ADD requirements.txt /webodm/
RUN pip install -r requirements.txt