File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Install the latest version of GDAL, as the Debian repo version has security vulns
2+
3+ echo " deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list
4+ apt-get update
5+ apt-get install --yes --quiet --no-install-recommends gdal-bin
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ apt-get install --yes --quiet --no-install-recommends \
1515 libwebp-dev \
1616 binutils \
1717 libproj-dev \
18- gdal-bin \
1918 g++ \
2019 libgraphicsmagick++1-dev \
2120 libboost-python-dev \
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ RUN apt-get install -y chromium
3030COPY .bin/prepare.sh /app/.bin/prepare.sh
3131RUN bash /app/.bin/prepare.sh
3232
33+ COPY .bin/gdal.sh /app/.bin/gdal.sh
34+ RUN bash /app/.bin/gdal.sh
35+
3336# Copy the source code of the project into the container.
3437RUN mkdir -p /home/app && chown app:app /home/app
3538
You can’t perform that action at this time.
0 commit comments