fix 1031 install networking-l2gw before python3-osm-rovim-openstack 73/8673/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 11 Mar 2020 14:35:26 +0000 (14:35 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 11 Mar 2020 14:35:26 +0000 (14:35 +0000)
Change-Id: I062564693cc271df20638acf59476662071d904e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/RO/Dockerfile

index 81f70aa..896902d 100644 (file)
@@ -21,7 +21,7 @@ FROM ubuntu:18.04
 MAINTAINER Gennadiy Dubina <gennadiy.dubina@dataat.com>; Alfonso Tierno <alfonso.tiernosepulveda@telefoncia.com>
 
 RUN apt-get update && apt-get -y install curl software-properties-common git tox python3-pip \
-    && python3 -m pip install --upgrade pip && python3 -m pip install pyangbind
+    && python3 -m pip install --upgrade pip && python3 -m pip install pyangbind networking-l2gw
 
 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ARG RELEASE=ReleaseSEVEN-daily