]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Update topotest Dockerfile to pick up keys from deb repo 7611/head
authorMartin Winter <mwinter@opensourcerouting.org>
Thu, 26 Nov 2020 13:50:38 +0000 (14:50 +0100)
committerMartin Winter <mwinter@opensourcerouting.org>
Thu, 26 Nov 2020 17:08:53 +0000 (18:08 +0100)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/Dockerfile

index b7c629822873ea67fec508c4f2a9f9f8ab2aa4bc..b7042d84c6a02f030d71af920e084512b39235ec 100644 (file)
@@ -48,7 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
     && rm -rf /var/lib/apt/lists/*
 
 RUN export DEBIAN_FRONTEND=noninteractive \
-    && apt-key adv --keyserver keyserver.ubuntu.com --recv-key 5418F291D0D4A1AA \
+    && wget -qO- https://deb.frrouting.org/frr/keys.asc | apt-key add - \
     && echo "deb https://deb.frrouting.org/frr bionic frr-stable" > /etc/apt/sources.list.d/frr.list \
     && apt-get update \
     && apt-get install -y libyang-dev \