]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: add libelf-dev to Dockerfile
authorDavid Lamparter <equinox@diac24.net>
Tue, 16 Mar 2021 05:10:23 +0000 (06:10 +0100)
committerDavid Lamparter <equinox@diac24.net>
Wed, 17 Mar 2021 12:42:20 +0000 (13:42 +0100)
Signed-off-by: David Lamparter <equinox@diac24.net>
tests/topotests/Dockerfile

index b7042d84c6a02f030d71af920e084512b39235ec..c9110d2db9268a451c686b0a5c69f7dbac70b91c 100644 (file)
@@ -23,6 +23,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
         libreadline-dev \
         libc-ares-dev \
         libcap-dev \
+        libelf-dev \
         man \
         mininet \
         pkg-config \