From ee5d337468ebeb98f8d56778cb5b17996be357ca Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 30 Sep 2020 15:51:47 +0200 Subject: Adjust PNF simulator to use CertService from OOM repo Issue-ID: INT-1730 Signed-off-by: Pawel Change-Id: Ica77a1099847e3b4c2670b6567416de75d6e2f45 --- netconfsimulator/Dockerfile_netopeer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netconfsimulator/Dockerfile_netopeer') diff --git a/netconfsimulator/Dockerfile_netopeer b/netconfsimulator/Dockerfile_netopeer index ad8db7c..4d15392 100644 --- a/netconfsimulator/Dockerfile_netopeer +++ b/netconfsimulator/Dockerfile_netopeer @@ -1,4 +1,4 @@ -FROM docker.io/sysrepo/sysrepo-netopeer2:v0.7.7 +FROM docker.io/sysrepo/sysrepo-netopeer2:legacy ADD apt.conf /etc/apt/apt.conf RUN apt-get update && apt-get install -y python3 python3-pip python-pip && pip3 install flask flask_restful kafka-python && pip install kafka-python RUN cd /opt/dev/sysrepo && cmake -DGEN_PYTHON_VERSION=2 -DREPOSITORY_LOC:PATH=/etc/sysrepo . && make install -- cgit 1.2.3-korg