Skip to content

Commit

Permalink
pull gpg keys
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Nov 28, 2023
1 parent 7b21938 commit ecbe34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \
apt-get install -y software-properties-common gpg apt-utils libelf-dev && \
add-apt-repository -y ppa:longsleep/golang-backports && \
apt-get update && \
# ( gpg --batch --keyserver hkps://keyserver.ubuntu.com --recv-keys "$key" || gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" ) && \
( gpg --batch --keyserver hkps://keyserver.ubuntu.com --recv-keys "$key" || gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" ) && \
apt-get install -y \
golang \
autoconf \
Expand Down

0 comments on commit ecbe34a

Please sign in to comment.