From 8abbc8cc49cabbbe496b5be89b26ae5ab9b76aa6 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 14 Jan 2020 15:32:36 +0000 Subject: [PATCH] osmclient Dockerfile: added verboselogs, ssl library used by pycurl Change-Id: Ief2cfdbefbca3aa1e64c7c101175bfdd1c658f3d Signed-off-by: garciadeblas --- docker/osmclient/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index a0b1e446..49c705ba 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -24,9 +24,9 @@ MAINTAINER Gerardo Garcia ; Jayant Madavi < RUN apt-get update && apt-get -y install curl software-properties-common RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install wget python3 python3-pip \ - libcurl4-gnutls-dev python3-openstackclient + libcurl4-openssl-dev libssl-dev python3-openstackclient -RUN python3 -m pip install -U pip && python3 -m pip install pyyaml python-magic pyangbind pytest==4.6.3 +RUN python3 -m pip install -U pip && python3 -m pip install pyyaml python-magic pyangbind pytest==4.6.3 verboselogs ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseSEVEN-daily -- 2.25.1