Commit 954b6951 authored by Cresson Remi's avatar Cresson Remi
Browse files

FIX: stick to gdal version from bionic universe

parent 5d3ec8b3
No related merge requests found
Showing with 1 addition and 4 deletions
+1 -4
......@@ -180,15 +180,12 @@ RUN mkdir -p /work/otb/build \
# Install GDAL
# ----------------------------------------------------------------------------
RUN apt-get update -y \
# && apt-get upgrade -y \
&& apt -y install \
software-properties-common \
dirmngr \
apt-transport-https \
lsb-release \
&& add-apt-repository ppa:ubuntugis/ppa \
&& apt-get update \
&& apt-get install -y gdal-bin \
gdal-bin \
&& rm -rf /var/lib/apt/lists/*
# ----------------------------------------------------------------------------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment