Move Docker build to tag 1.3.1
[nfvbench.git] / docker / Dockerfile
index 1f2ec2c..3df8c8b 100644 (file)
@@ -2,8 +2,8 @@
 FROM ubuntu:16.04
 
 ENV TREX_VER "v2.32"
-ENV NFVBENCH_TAG "1.2.0"
-ENV VM_IMAGE_VER "0.5"
+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 \