From a98414f0a613f283fef045151afa74f57ed7b841 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 10 Jul 2019 13:18:50 -0400 Subject: [PATCH] Add libssl-dev dependency to fix entwine build error Former-commit-id: 70e0dfa8182baf7dd972170ea5fa554075301ab5 --- Dockerfile | 3 ++- configure.sh | 3 ++- portable.Dockerfile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ebb0b1d..971d6371 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,8 @@ RUN apt-get install --no-install-recommends -y \ python-software-properties \ python-wheel \ swig2.0 \ - grass-core + grass-core \ + libssl-dev RUN apt-get remove libdc1394-22-dev RUN pip install --upgrade pip diff --git a/configure.sh b/configure.sh index ad84e24f..0503e955 100755 --- a/configure.sh +++ b/configure.sh @@ -27,7 +27,8 @@ install() { pkg-config \ libjsoncpp-dev \ python-gdal \ - grass-core + grass-core \ + libssl-dev echo "Getting CMake 3.1 for MVS-Texturing" apt-get install -y software-properties-common python-software-properties diff --git a/portable.Dockerfile b/portable.Dockerfile index 0ec771e8..7d51c538 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -56,7 +56,8 @@ RUN apt-get install --no-install-recommends -y \ python-software-properties \ python-wheel \ swig2.0 \ - grass-core + grass-core \ + libssl-dev RUN apt-get remove libdc1394-22-dev RUN pip install --upgrade pip