From 954b6951f6be1c3560c0cfd35b351008499fc79b Mon Sep 17 00:00:00 2001 From: godzilla <remi.cresson@irstea.fr> Date: Mon, 29 Jul 2019 14:50:13 +0200 Subject: [PATCH] FIX: stick to gdal version from bionic universe --- tools/dockerfiles/bionic.tf-r1.14.otb-develop/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/dockerfiles/bionic.tf-r1.14.otb-develop/Dockerfile b/tools/dockerfiles/bionic.tf-r1.14.otb-develop/Dockerfile index 0ef5c90..d9782ab 100644 --- a/tools/dockerfiles/bionic.tf-r1.14.otb-develop/Dockerfile +++ b/tools/dockerfiles/bionic.tf-r1.14.otb-develop/Dockerfile @@ -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/* # ---------------------------------------------------------------------------- -- GitLab