X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2FDockerfile;h=ec738ee32c98c18f86f1e30af3ce0430f4b6ed30;hb=eef8ece12a26773ae2459d36225018430ef00ede;hp=9c1504343cd65de4fdcd538840d57cdb694bba7b;hpb=0843235ecbb375d1d759a67791348e7812851029;p=nfvbench.git diff --git a/docker/Dockerfile b/docker/Dockerfile index 9c15043..ec738ee 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV TREX_VER "v2.32" -ENV NFVBENCH_TAG "1.2.6" +ENV NFVBENCH_TAG "1.5.1" ENV VM_IMAGE_VER "0.6" RUN apt-get update && apt-get install -y \ @@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /opt/trex/$TREX_VER/automation/trex_control_plane/stl/trex_stl_lib \ && sed -i -e "s/2048 /512 /" -e "s/2048\"/512\"/" /opt/trex/$TREX_VER/trex-cfg \ && pip install -U pip pbr \ + && hash -r pip \ && pip install -U setuptools \ && cd / \ && git clone --depth 1 -b $NFVBENCH_TAG https://gerrit.opnfv.org/gerrit/nfvbench \ @@ -39,4 +40,3 @@ RUN apt-get update && apt-get install -y \ ENV TREX_STL_EXT_PATH "/opt/trex/$TREX_VER/external_libs" ENTRYPOINT ["/nfvbench/docker/nfvbench-entrypoint.sh"] -