summaryrefslogtreecommitdiffstats
path: root/vagrant/tests/cFW/vpp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/tests/cFW/vpp/Dockerfile')
-rw-r--r--vagrant/tests/cFW/vpp/Dockerfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/vagrant/tests/cFW/vpp/Dockerfile b/vagrant/tests/cFW/vpp/Dockerfile
deleted file mode 100644
index 63b08b01..00000000
--- a/vagrant/tests/cFW/vpp/Dockerfile
+++ /dev/null
@@ -1,17 +0,0 @@
-FROM ubuntu:16.04
-MAINTAINER Victor Morales <electrocucaracha@gmail.com>
-
-ARG HTTP_PROXY=${HTTP_PROXY}
-ARG HTTPS_PROXY=${HTTPS_PROXY}
-
-ENV http_proxy $HTTP_PROXY
-ENV https_proxy $HTTPS_PROXY
-
-RUN apt-get update && apt-get install -y -qq apt-transport-https \
- && echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.stable.1609.ubuntu.xenial.main/ ./" | tee -a /etc/apt/sources.list.d/99fd.io.list \
- && apt-get update \
- && apt-get install -y -qq vpp vpp-lib vpp-plugins
-
-COPY 80-vpp.conf /etc/sysctl.d/80-vpp.conf
-
-CMD ["/usr/bin/vpp", "-c", "/etc/vpp/startup.conf"]