From b481ad4a6c6b98cac760b12e4190f9540869e673 Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Wed, 13 Dec 2017 15:01:34 -0800 Subject: Multiple bugfixes for NFVbench [NFVBENCH-52] NFVbench should ignore the port security settings if not available [NFVBENCH-53] NFVbench should support to use software mode for TRex [NFVBENCH-54] NFVbench container should also map kernel sources when available to build KOs [NFVBENCH-55] Documentation enhancements to have better examples for using "$PWD" [NFVBENCH-57] NFVbench should support to build kernel modules on redhat distros Change-Id: Id6792d6711393b07ca59396c276a026bec9f1e86 Signed-off-by: Yichen Wang --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index d30ef22..ec31b1a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ -- cgit 1.2.3-korg