mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 09:41:46 +00:00
Merge pull request #7611 from opensourcerouting/docker_key_update
tests: Update topotest Dockerfile to pick up keys from deb repo
This commit is contained in:
commit
903bd636ca
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user