Skip to content

Commit

Permalink
fix: add missing ping due to deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Dec 21, 2020
1 parent 30c1679 commit 072870b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG RPM_ARCH

RUN apt update && apt install ca-certificates python3 hostname libunwind8 netbase \
ethtool iproute2 ncat libunbound-dev procps libatomic1 kmod \
tcpdump ipset curl uuid-runtime openssl \
tcpdump ipset curl uuid-runtime openssl inetutils-ping \
logrotate -y --no-install-recommends && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 072870b

Please sign in to comment.