From 6c99145c8662a7f810c209411e4ba21c8d9dd86c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sun, 28 Oct 2018 23:44:43 +0100 Subject: [PATCH] RO Dockerfile: pip2 install pyangbind Change-Id: Icd2c4f2db7ba351931b56ce18a91a0c65fd225b7 Signed-off-by: garciadeblas --- docker/RO/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index 0607d91e..8ba46c48 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -3,7 +3,8 @@ from ubuntu:xenial MAINTAINER Gennadiy Dubina ; Alfonso Tierno RUN apt-get update && apt-get -y install curl software-properties-common git -RUN apt-get update && apt-get install -y python-setuptools python-wheel mysql-client python-bitarray +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 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily -- 2.25.1