summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2019-09-07 00:16:24 +0200
committerStephen Worley <sworley@cumulusnetworks.com>2019-09-07 00:20:47 +0200
commita4e6a2f80853e0f04dafaba55f4da4dfcbcc4a82 (patch)
treead625c5e4cbe9c1691fa3d49131b215f0fc8a695 /tests
parentMerge pull request #4937 from mjstapp/fix_evpn_brif (diff)
downloadfrr-a4e6a2f80853e0f04dafaba55f4da4dfcbcc4a82.tar.xz
frr-a4e6a2f80853e0f04dafaba55f4da4dfcbcc4a82.zip
topotests: Add libcap-dev to the Dockerfile
Add libcap-dev to the Dockerfile now that its a required depency. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/topotests/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/Dockerfile b/tests/topotests/Dockerfile
index 460268878..fc6d6df53 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 \