Swap to gnupg1 to avoid SIGILL on arm32v6

This commit is contained in:
Tianon Gravi 2018-01-18 13:17:34 -08:00
parent 82e5cc1447
commit 2be4a50348
1 changed files with 6 additions and 2 deletions

View File

@ -5,11 +5,15 @@ RUN apk add --no-cache \
coreutils \
curl \
gcc \
gnupg \
linux-headers \
make \
musl-dev \
tzdata
tzdata \
\
# explicitly using gnupg1 instead of gnupg (which is 2.x) due to an arm32v6 bug (likely related to our arm64v8 hardware)
# SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPC, si_addr=0xf7b79394} ---
# (in dirmngr)
gnupg1
# pub 1024D/ACC9965B 2006-12-12
# Key fingerprint = C9E9 416F 76E6 10DB D09D 040F 47B7 0C55 ACC9 965B