diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index b4d64f3abb4..b4358daee78 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -83,7 +83,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