[NFVBENCH-151] Allocate hugepages on two NUMAs in nfvbenchvm
[nfvbench.git] / docker / Dockerfile
index f46e3d0..6d69465 100644 (file)
@@ -1,8 +1,8 @@
 # docker file for creating a container that has nfvbench installed and ready to use
 FROM ubuntu:16.04
 
-ENV TREX_VER "v2.53"
-ENV VM_IMAGE_VER "0.6"
+ENV TREX_VER "v2.61"
+ENV VM_IMAGE_VER "0.10"
 
 # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version
 # from the git tag
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
        vim \
        wget \
        net-tools \
+       iproute2 \
        libelf1 \
        && mkdir -p /opt/trex \
        && mkdir /var/log/nfvbench \