From 14ac2df910ca498c49091f6b0865bb094311c833 Mon Sep 17 00:00:00 2001 From: hzma Date: Wed, 3 Jan 2024 18:03:46 +0800 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 张祖建 --- 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 8797be8a8917..7b3319d653fb 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -77,7 +77,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 \ - logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libmnl-dev \ + logrotate dnsutils net-tools strongswan strongswan-pki libcharon-extra-plugins libmnl \ libcharon-extauth-plugins libstrongswan-extra-plugins libstrongswan-standard-plugins -y --no-install-recommends && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /etc/localtime