Change timeouts

This commit is contained in:
nolim1t 2021-09-14 17:47:29 +07:00
parent 810ef0f4e5
commit 41aaf16c47
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD

View File

@ -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 && \