diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-15 17:18:30 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-15 17:39:43 +0000 | 
| commit | f9035c5fec1874e291b9b65b6e8397c50a402903 (patch) | |
| tree | c2a0af9bbf0593e822b677470e9d3e5fed266c46 /alpine | |
| parent | 96e109772d064e9df9ce208b53f7ff1872e1c427 (diff) | |
docker: build alpine docker w/ rpki enabled
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'alpine')
| -rw-r--r-- | alpine/APKBUILD.in | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index 0f56a427dd..e0b00f9782 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -19,7 +19,7 @@ makedepends="ncurses-dev net-snmp-dev gawk texinfo perl      mpfr3 mtools musl-dev ncurses-libs ncurses-terminfo ncurses-terminfo-base      patch pax-utils pcre perl pkgconf python2 python2-dev readline      readline-dev sqlite-libs squashfs-tools sudo tar texinfo xorriso xz-libs -    py-sphinx" +    py-sphinx rtrlib rtrlib-dev"  checkdepends="pytest py-setuptools"  install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"  subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg" @@ -42,6 +42,7 @@ build() {  		--libdir=$_libdir \  		--localstatedir=$_localstatedir \  		--enable-systemd=no \ +		--enable-rpki \  		--enable-vtysh \  		--enable-multipath=64 \  		--enable-vty-group=frrvty \  | 
