From: Stephen Worley Date: Fri, 6 Sep 2019 22:16:24 +0000 (-0400) Subject: topotests: Add libcap-dev to the Dockerfile X-Git-Tag: base_7.3~379^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a4e6a2f80853e0f04dafaba55f4da4dfcbcc4a82;p=mirror%2Ffrr.git topotests: Add libcap-dev to the Dockerfile Add libcap-dev to the Dockerfile now that its a required depency. Signed-off-by: Stephen Worley --- 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 \