From a4e6a2f80853e0f04dafaba55f4da4dfcbcc4a82 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Fri, 6 Sep 2019 18:16:24 -0400 Subject: [PATCH] topotests: Add libcap-dev to the Dockerfile Add libcap-dev to the Dockerfile now that its a required depency. Signed-off-by: Stephen Worley --- tests/topotests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/Dockerfile b/tests/topotests/Dockerfile index 4602688782..fc6d6df530 100644 --- a/tests/topotests/Dockerfile +++ b/tests/topotests/Dockerfile @@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ libpython-dev \ libreadline-dev \ libc-ares-dev \ + libcap-dev \ man \ mininet \ pkg-config \ -- 2.39.5