Add ping vnf using vhost-user & virtio-user
[openretriever.git] / src / vnf / virtio-user-ping / Dockerfile
1 FROM ubuntu:16.04
2
3 RUN apt-get update
4 RUN apt-get -y install sudo apt-transport-https devscripts git wget vim net-tools
5 ADD 01-add-single-file.patch /root
6 ADD 02-fix-nohuge-option.patch /root
7 ADD virtio-user.patch /root
8 ADD build_vpp.sh  /root
9 ADD setup_vpp.sh  /root
10 ADD startup.conf /root
11 ADD setup_virtio_user.sh /root
12 RUN /root/build_vpp.sh