mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 15:51:32 +00:00
docker: Set ABUILD_APK_INDEX_OPTS for frr build
In build() stage of abuild, it does `apk index ...` where frr* packages are unsigned. We don't sign them here, and thus we need to specify `--allow-untrusted`. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
371f3d3cf1
commit
fb9c18cd96
@ -33,6 +33,8 @@ _libdir=/usr/lib
|
|||||||
_user=frr
|
_user=frr
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
export ABUILD_APK_INDEX_OPTS="--allow-untrusted"
|
||||||
|
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user