Skip to content

Commit

Permalink
[Docker][QEMU] Update gpg server (apache#8319)
Browse files Browse the repository at this point in the history
* update

* trigger
  • Loading branch information
mehrdadh committed Jun 30, 2021
1 parent ac30040 commit 6399d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sudo sed -i '/deb-src/s/^# //' /etc/apt/sources.list
apt update
apt-get -y build-dep qemu

gpg --keyserver keys.gnupg.net --recv-keys 0x3353C9CEF108B584
gpg --keyserver keyserver.ubuntu.com --recv-keys 0x3353C9CEF108B584
cat <<EOF | gpg --dearmor >qemu-5.1.0.tar.xz.sig
-----BEGIN PGP ARMORED FILE-----
Comment: Use "gpg --dearmor" for unpacking
Expand Down

0 comments on commit 6399d90

Please sign in to comment.