Add libssl-dev dependency to fix entwine build error

Former-commit-id: 70e0dfa818
pull/1161/head
Piero Toffanin 2019-07-10 13:18:50 -04:00
rodzic 7e215d6842
commit a98414f0a6
3 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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