Skip to content

Commit

Permalink
add dnsutils for base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lut777 committed Jan 7, 2022
1 parent 6d07efc commit 63bc25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 libjemalloc2 -y --no-install-recommends && \
logrotate libjemalloc2 dnsutils -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 63bc25e

Please sign in to comment.