]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotests: Add libcap-dev to the Dockerfile 4947/head
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 6 Sep 2019 22:16:24 +0000 (18:16 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 6 Sep 2019 22:20:47 +0000 (18:20 -0400)
Add libcap-dev to the Dockerfile now that its a required depency.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
tests/topotests/Dockerfile

index 46026887821ea0e0b0570f18bb293e1c982da178..fc6d6df53073eebfdbde10a5c749d9290bdd9a0c 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
         libpython-dev \
         libreadline-dev \
         libc-ares-dev \
+        libcap-dev \
         man \
         mininet \
         pkg-config \