aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/Dockerfile_netopeer
blob: 4d153925ed3538f44106904a64bf05c64d9a50b5 (plain)
1
2
3
4
5
6
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

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]