mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00: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 gpg-agent >/dev/null && \
|
||||||
gpg --keyserver ${FAIL2BAN_GPG_PUBLIC_KEY_SERVER} \
|
gpg --keyserver ${FAIL2BAN_GPG_PUBLIC_KEY_SERVER} \
|
||||||
--recv-keys ${FAIL2BAN_GPG_PUBLIC_KEY_ID} &>/dev/null && \
|
--recv-keys ${FAIL2BAN_GPG_PUBLIC_KEY_ID} &>/dev/null && \
|
||||||
curl -Lso fail2ban.deb ${FAIL2BAN_DEB_URL} && \
|
curl -Lkso fail2ban.deb ${FAIL2BAN_DEB_URL} && \
|
||||||
curl -Lso fail2ban.deb.asc ${FAIL2BAN_DEB_ASC_URL} && \
|
curl -Lkso fail2ban.deb.asc ${FAIL2BAN_DEB_ASC_URL} && \
|
||||||
FINGERPRINT="$(LANG=C gpg --verify \
|
FINGERPRINT="$(LANG=C gpg --verify \
|
||||||
fail2ban.deb.asc fail2ban.deb 2>&1 \
|
fail2ban.deb.asc fail2ban.deb 2>&1 \
|
||||||
| sed -n 's#Primary key fingerprint: \(.*\)#\1#p')" && \
|
| sed -n 's#Primary key fingerprint: \(.*\)#\1#p')" && \
|
||||||
|
|
Loading…
Reference in a new issue