Switch to pool.sks-keyservers.net since pgp.mit.edu does not seem to know about the key

This commit is contained in:
Henrik Jonsson 2018-04-09 12:10:31 +02:00
parent ec3350e7ba
commit 2f53079f09

View File

@ -31,7 +31,8 @@ WORKDIR /usr/local/bin
# can figure out why it's flaky and commonly gives "keys: key
# 4E2C6E8793298290 can't be retrieved, gpg: no valid OpenPGP data
# found."
RUN gpg --keyserver pgp.mit.edu --recv-keys $RELEASE_KEY
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys ${RELEASE_KEY}
RUN curl --fail -O -sSL ${RELEASE_URL} && \
curl --fail -O -sSL ${RELEASE_URL}.asc && \
gpg --verify ${RELEASE_FILE}.asc && \