From f55c112d670252bf8951190af8d667564fcff944 Mon Sep 17 00:00:00 2001 From: nchamo Date: Tue, 2 Jul 2019 14:58:48 -0300 Subject: [PATCH] Removing libgdal-dev since apparently it wasnt necessary. Now tests are passing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3911af7c..ab2af4c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN printf "deb http://mirror.steadfast.net/debian/ stable main contrib n RUN printf "deb http://mirror.steadfast.net/debian/ testing main contrib non-free\ndeb-src http://mirror.steadfast.net/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 nginx certbot && apt-get -qq install -y gdal-bin grass-core libgdal-dev 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 grass-core certbot && apt-get -qq install -y gettext-base cron postgresql-client-9.6 # Install pip reqs ADD requirements.txt /webodm/