mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-25 00:09:31 +02:00
ARM build fix (#1971)
This commit is contained in:
parent
d5bbcb9978
commit
0ba8630c72
@ -64,8 +64,8 @@ RUN \
|
||||
gpg gpg-agent >/dev/null && \
|
||||
gpg --keyserver ${FAIL2BAN_GPG_PUBLIC_KEY_SERVER} \
|
||||
--recv-keys ${FAIL2BAN_GPG_PUBLIC_KEY_ID} &>/dev/null && \
|
||||
curl -Lso fail2ban.deb ${FAIL2BAN_DEB_URL} && \
|
||||
curl -Lso fail2ban.deb.asc ${FAIL2BAN_DEB_ASC_URL} && \
|
||||
curl -Lkso fail2ban.deb ${FAIL2BAN_DEB_URL} && \
|
||||
curl -Lkso fail2ban.deb.asc ${FAIL2BAN_DEB_ASC_URL} && \
|
||||
FINGERPRINT="$(LANG=C gpg --verify \
|
||||
fail2ban.deb.asc fail2ban.deb 2>&1 \
|
||||
| sed -n 's#Primary key fingerprint: \(.*\)#\1#p')" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user