aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dockerfile')
-rw-r--r--scripts/Dockerfile12
1 files changed, 5 insertions, 7 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index f45af42..873a19c 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -1,6 +1,6 @@
FROM ubuntu:18.04
-ARG vpp_version=release
+ARG vpp_version=master
# Layer0: Prepare sweetcomb environement by installing sysrepo, netopeer2 & vpp
# Layer1: Install vpp
@@ -15,14 +15,12 @@ RUN make install-dep && make install-dep-extra
RUN rm -rf /opt/dev/*
#Layer1
-RUN apt-get install -y \
- sudo curl \
- inetutils-ping \
- && curl -s https://packagecloud.io/install/repositories/fdio/$vpp_version/script.deb.sh | sudo bash \
- && apt-get -y --force-yes install vpp libvppinfra* vpp-plugin-* vpp-dev
+RUN apt-get install -y curl inetutils-ping \
+ && curl -s https://packagecloud.io/install/repositories/fdio/$vpp_version/script.deb.sh | bash \
+ && apt-get -y --force-yes install vpp libvppinfra* vpp-plugin-* vpp-dev vom
#Layer2
COPY . /root/src/sweetcomb
WORKDIR /root/src/sweetcomb
-RUN make install-dep && make build-scvpp && make build-plugins
+RUN make install-dep && make build-plugins