Skip to content

Commit

Permalink
delete nc in base image (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Dec 9, 2022
1 parent aab79cb commit 7aa9bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Expand Up @@ -74,7 +74,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 \
tcpdump ipset curl uuid-runtime openssl inetutils-ping arping ndisc6 \
logrotate dnsutils net-tools nmap -y --no-install-recommends && \
logrotate dnsutils net-tools -y --no-install-recommends && \
rm -rf /var/lib/apt/lists/* && \
cd /usr/sbin && \
ln -sf /usr/sbin/iptables-legacy iptables && \
Expand Down

0 comments on commit 7aa9bdb

Please sign in to comment.