Move Docker build to tag 1.3.1
[nfvbench.git] / docker / Dockerfile
index 770ff2c..3df8c8b 100644 (file)
@@ -1,9 +1,9 @@
 # docker file for creating a container that has nfvbench installed and ready to use
 FROM ubuntu:16.04
 
-ENV TREX_VER "v2.29"
-ENV NFVBENCH_TAG "1.0.7"
-ENV VM_IMAGE_VER "0.4"
+ENV TREX_VER "v2.32"
+ENV NFVBENCH_TAG "1.3.1"
+ENV VM_IMAGE_VER "0.6"
 
 RUN apt-get update && apt-get install -y \
        git \
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
        vim \
        wget \
        net-tools \
+       libelf1 \
        && mkdir /tmp/http_root \
        && mkdir -p /opt/trex \
        && mkdir /var/log/nfvbench \