From: garciadeblas Date: Thu, 29 Nov 2018 14:49:03 +0000 (+0100) Subject: RO Dockerfile: added cloud-archive:queens deb repo X-Git-Tag: v5.0.0~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F7000%2F2;p=osm%2Fdevops.git RO Dockerfile: added cloud-archive:queens deb repo Change-Id: I0855e225918720987b4a798636841db3a336a9aa Signed-off-by: garciadeblas --- diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index 8ba46c48..1f0f04ec 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -3,6 +3,7 @@ from ubuntu:xenial MAINTAINER Gennadiy Dubina ; Alfonso Tierno RUN apt-get update && apt-get -y install curl software-properties-common git +RUN DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:queens RUN apt-get update && apt-get install -y python-setuptools python-wheel mysql-client python-bitarray python-pip RUN DEBIAN_FRONTEND=noninteractive pip2 install pip==9.0.3 pyangbind