We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb26d4 commit eb2976aCopy full SHA for eb2976a
1 file changed
dist/images/Dockerfile.base
@@ -163,8 +163,7 @@ RUN apt update && apt upgrade -y && apt install -y --no-install-recommends \
163
ca-certificates python3 hostname libunwind8 netbase \
164
ethtool iproute2 ncat libunbound8 procps libatomic1 kmod iptables python3-netifaces python3-sortedcontainers \
165
tcpdump ipvsadm ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 conntrack traceroute iputils-tracepath \
166
- logrotate dnsutils net-tools libmnl0 \
167
- j2cli lsof && \
+ logrotate dnsutils net-tools libmnl0 && \
168
rm -rf /var/lib/apt/lists/* && \
169
rm -rf /etc/localtime && \
170
rm -f /usr/bin/nc && \
0 commit comments