From 1d544554c231eb4e86ed28056d720e2bb4fee8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Tue, 20 Feb 2024 14:04:13 +0800 Subject: [PATCH] base: install libmnl0 instead of libmnl-dev (#3745) Signed-off-by: zhangzujian --- dist/images/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 623c33bc1f3..8e5a694a4ef 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -81,7 +81,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt update && apt upgrade -y && apt install ca-certificates python3 hostname libunwind8 netbase \ ethtool iproute2 ncat libunbound-dev procps libatomic1 kmod iptables python3-netifaces python3-sortedcontainers \ tcpdump ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 conntrack \ - logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libmnl-dev \ + logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libmnl0 \ libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins -y --no-install-recommends && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /etc/localtime