mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 21:12:35 +02:00
We remove the gpg stuff and see if it builds. We already have SHA256SUMS anyway.
This commit is contained in:
parent
1a7fded394
commit
ca59cb2103
@ -44,12 +44,12 @@ ENV KEYS1 71A3B16735405025D447E8F274810B012346C9A6 01EA5486DE18A882D4C2684590C80
|
||||
ENV KEYS2 637DB1E23370F84AFF88CCE03152347D07DA627C 82921A4B88FD454B7EB8CE3C796C4109063D4EAF 28E72909F1717FE9607754F8A7BEB2621678D37D 4DAF18FE948E7A965B30F9457E296D555E7F63A7 E463A93F5F3117EEDE6C7316BD02942421F4889F C388F6961FB972A95678E327F62711DBDCA8AE56 F9A8737BF4FF5C89C903DF31DD78544CF91B1514 287AE4CA1187C68C08B49CB2D11BD4F33F1DB499
|
||||
|
||||
# Run twop different keys command
|
||||
RUN gpg --keyserver keyserver.ubuntu.com --recv-keys $KEYS1
|
||||
RUN gpg --keyserver keys.openpgp.org --recv-keys $KEYS2
|
||||
#RUN gpg --keyserver keyserver.ubuntu.com --recv-keys $KEYS1
|
||||
#RUN 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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user