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>
This commit is contained in:
Stephen Worley 2019-09-06 18:16:24 -04:00
parent c50addb34a
commit a4e6a2f808

View File

@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libpython-dev \
libreadline-dev \
libc-ares-dev \
libcap-dev \
man \
mininet \
pkg-config \