Change-Id: Ib101e76d588c3576e76039a2fd90917216b0e646
Signed-off-by: ahothan <ahothan@cisco.com>
 FROM ubuntu:16.04
 
 ENV TREX_VER "v2.32"
-ENV NFVBENCH_TAG "1.5.1"
 ENV VM_IMAGE_VER "0.6"
 
 RUN apt-get update && apt-get install -y \
        && hash -r pip \
        && pip install -U setuptools \
        && cd / \
-       && git clone --depth 1 -b $NFVBENCH_TAG https://gerrit.opnfv.org/gerrit/nfvbench \
+       && git clone --depth 1 https://gerrit.opnfv.org/gerrit/nfvbench \
        && cd /nfvbench && pip install -e . \
        && wget -O nfvbenchvm-$VM_IMAGE_VER.qcow2 http://artifacts.opnfv.org/nfvbench/images/nfvbenchvm_centos-$VM_IMAGE_VER.qcow2 \
        && python ./docker/cleanup_generators.py \