specify keyserver
Some checks failed
dockers/alpine/pipeline/head There was a failure building this commit
Some checks failed
dockers/alpine/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bf20a44580
commit
ec7cb46d55
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WORKDIR /root
|
|||
RUN set -xo pipefail; apk add --no-cache curl gnupg &&\
|
||||
curl -LO ${ALPINE_MIRROR}/releases/${ALPINE_ARCH}/alpine-minirootfs-${VERSION}-${ALPINE_ARCH}.tar.gz &&\
|
||||
curl -LO ${ALPINE_MIRROR}/releases/${ALPINE_ARCH}/alpine-minirootfs-${VERSION}-${ALPINE_ARCH}.tar.gz.asc &&\
|
||||
gpg --recv 0482D84022F52DF1C4E7CD43293ACD0907D9495A &&\
|
||||
gpg --keyserver pool.sks-keyservers.net --recv 0482D84022F52DF1C4E7CD43293ACD0907D9495A &&\
|
||||
gpg --verify alpine-minirootfs-${VERSION}-${ALPINE_ARCH}.tar.gz.asc alpine-minirootfs-${VERSION}-${ALPINE_ARCH}.tar.gz &&\
|
||||
mkdir /dest &&\
|
||||
tar -C /dest -xvzf alpine-minirootfs-${VERSION}-${ALPINE_ARCH}.tar.gz &&\
|
||||
|
|
Loading…
Reference in a new issue