Skip to content

Commit eb2976a

Browse files
committed
simple base apt install
Signed-off-by: zbb88888 <jmdxjsjgcxy@gmail.com>
1 parent dcb26d4 commit eb2976a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dist/images/Dockerfile.base

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ RUN apt update && apt upgrade -y && apt install -y --no-install-recommends \
163163
ca-certificates python3 hostname libunwind8 netbase \
164164
ethtool iproute2 ncat libunbound8 procps libatomic1 kmod iptables python3-netifaces python3-sortedcontainers \
165165
tcpdump ipvsadm ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 conntrack traceroute iputils-tracepath \
166-
logrotate dnsutils net-tools libmnl0 \
167-
j2cli lsof && \
166+
logrotate dnsutils net-tools libmnl0 && \
168167
rm -rf /var/lib/apt/lists/* && \
169168
rm -rf /etc/localtime && \
170169
rm -f /usr/bin/nc && \

0 commit comments

Comments
 (0)