summaryrefslogtreecommitdiffstats
path: root/alpine/APKBUILD.in
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-07-20 21:39:14 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-07-20 21:39:14 +0200
commit27083f7885637143ca3a914b3c1391caec5ec231 (patch)
tree3fc64e333dd99d6f04b6759292b4657e3f71df44 /alpine/APKBUILD.in
parentdocker: Install protobuf-c-devel for ubi8-minimal (diff)
downloadfrr-27083f7885637143ca3a914b3c1391caec5ec231.tar.xz
frr-27083f7885637143ca3a914b3c1391caec5ec231.zip
docker: Move Alpine dependency packages to APKBUILD file
Do not mix APKBUILD and Dockerfile when installing dependencies. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'alpine/APKBUILD.in')
-rw-r--r--alpine/APKBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in
index fd3c02f47..660a11827 100644
--- a/alpine/APKBUILD.in
+++ b/alpine/APKBUILD.in
@@ -19,7 +19,7 @@ makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
perl pkgconf python3 python3-dev readline readline-dev sqlite-libs pcre2-dev
squashfs-tools sudo tar texinfo xorriso xz-libs py-pip rtrlib rtrlib-dev
py3-sphinx elfutils elfutils-dev libyang-dev protobuf-c-compiler protobuf-c-dev
- lua5.3-dev lua5.3"
+ lua5.3-dev lua5.3 gzip"
checkdepends="pytest py-setuptools"
install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"