Skip to content

Commit

Permalink
Remove this because keys is from two sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Sep 14, 2021
1 parent 3a1d9e8 commit 2152aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 22.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN timeout 32s gpg --keyserver keyserver.ubuntu.com --recv-keys $KEYS
RUN timeout 32s gpg --keyserver keys.openpgp.org --recv-keys $KEYS2

# Print imported keys, but also ensure there's no other keys in the system
RUN gpg --list-keys | tail -n +3 | tee /tmp/keys.txt && \
gpg --list-keys $KEYS | diff - /tmp/keys.txt
#RUN gpg --list-keys | tail -n +3 | tee /tmp/keys.txt && \
# gpg --list-keys $KEYS | diff - /tmp/keys.txt



Expand Down

0 comments on commit 2152aa9

Please sign in to comment.