mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 05:22:36 +02:00
Change timeouts
This commit is contained in:
parent
810ef0f4e5
commit
41aaf16c47
@ -41,9 +41,8 @@ ENV KEYS 71A3B16735405025D447E8F274810B012346C9A6 01EA5486DE18A882D4C2684590C801
|
||||
# New keys
|
||||
ENV KEYS2 637DB1E23370F84AFF88CCE03152347D07DA627C 82921A4B88FD454B7EB8CE3C796C4109063D4EAF
|
||||
|
||||
|
||||
RUN timeout 16s gpg --keyserver keyserver.ubuntu.com --recv-keys $KEYS
|
||||
RUN timeout 16s gpg --recv-keys $KEYS2
|
||||
RUN timeout 32s gpg --keyserver keyserver.ubuntu.com --recv-keys $KEYS
|
||||
RUN timeout 32s gpg --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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user