Skip to content
Snippets Groups Projects
Commit 8abbc8cc authored by garciadeblas's avatar garciadeblas
Browse files

osmclient Dockerfile: added verboselogs, ssl library used by pycurl


Change-Id: Ief2cfdbefbca3aa1e64c7c101175bfdd1c658f3d
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 50c11f69
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ MAINTAINER Gerardo Garcia <gerardo.garciadeblas@telefonica.com>; 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment