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:
Donald Sharp 2020-11-26 18:33:12 -05:00 committed by GitHub
commit 903bd636ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 \