mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +00:00
docker: Compile Alpine image using PCRE2
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
d567ea001b
commit
286197f728
@ -46,7 +46,8 @@ build() {
|
||||
--enable-multipath=64 \
|
||||
--enable-vty-group=frrvty \
|
||||
--enable-user=$_user \
|
||||
--enable-group=$_user
|
||||
--enable-group=$_user \
|
||||
--enable-pcre2posix
|
||||
make -j $(nproc)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user