diff options
| author | Wesley Coakley <wcoakley@nvidia.com> | 2020-10-22 02:57:38 -0400 |
|---|---|---|
| committer | Docker Builder <docker@frrouting.org> | 2023-01-18 19:41:12 +0000 |
| commit | c1b45f7cb4202bd036b1ac45e746db15f0d5a5bd (patch) | |
| tree | 0703dad8c7d3bd0ca7bedce6a5e4efc09ac4652b | |
| parent | 35e42b176e957ad76db4cd909f56458286c76e28 (diff) | |
alpine: Remove old docker deps for alpine
Remove py-ipaddr and ipsec-tools as deps in the Alpine build container,
as these were both Python 2 libraries and are not used here anymore
`ipsec-tools` is also no longer available in Alpine's test repos and was
causing breakage on this builder
Signed-off-by: Wesley Coakley <wcoakley@nvidia.com>
| -rw-r--r-- | alpine/APKBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index 43a77832a9..d6c6c5f0af 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="FRRouting is a fork of quagga" url="https://frrouting.org/" license="GPL-2.0" -depends="json-c c-ares ipsec-tools iproute2 python3 py-ipaddr bash" +depends="json-c c-ares iproute2 python3 bash" makedepends="ncurses-dev net-snmp-dev gawk texinfo perl acct autoconf automake bash binutils bison bsd-compat-headers build-base c-ares c-ares-dev ca-certificates cryptsetup-libs curl device-mapper-libs |
