From 82fc7551ad6f697a1de526076688863143c514e5 Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 03:16:35 +0000 Subject: [PATCH] Solution from https://bird.network.cz/pipermail/bird-users/2019-November/013960.html --- Dockerfile.bird | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.bird b/Dockerfile.bird index 833c645..f0f91fd 100644 --- a/Dockerfile.bird +++ b/Dockerfile.bird @@ -31,7 +31,7 @@ RUN cd bird-2.0.7 && \ RUN cd bird-2.0.7 && \ autoreconf && \ - ./configure --enable-ipv6 && \ + ./configure --enable-ipv6 --enable-libssh && \ make && \ make install