Skip to content

Commit

Permalink
change keyserver for eve-vtpm
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
  • Loading branch information
giggsoff authored and rvs committed Jun 28, 2021
1 parent 2d1cfd9 commit 434fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vtpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN eve-alpine-deploy.sh
WORKDIR /
RUN wget https://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2019.01.06.tar.xz && \
wget https://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2019.01.06.tar.xz.sig && \
gpg2 -q --keyserver keys.gnupg.net --recv-keys 99089D72 && \
gpg2 -q --keyserver keyserver.ubuntu.com --recv-keys 99089D72 && \
gpg2 -q --verify autoconf-archive-2019.01.06.tar.xz.sig

#Build autoconf-archive
Expand Down

0 comments on commit 434fa87

Please sign in to comment.