From deaa550b44254136d9b5ae95404350eb92bec45c Mon Sep 17 00:00:00 2001 From: titanium Date: Tue, 22 Mar 2022 03:47:36 +0800 Subject: [PATCH] Fix ping error message by installing ping --- unbound/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unbound/Dockerfile b/unbound/Dockerfile index c1a5100..1442855 100644 --- a/unbound/Dockerfile +++ b/unbound/Dockerfile @@ -107,6 +107,7 @@ RUN set -x && \ DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \ bsdmainutils \ ca-certificates \ + iputils-ping \ ldnsutils \ libevent-2.1-7 \ libnghttp2-14 \ @@ -143,4 +144,4 @@ EXPOSE 53/udp HEALTHCHECK --interval=30s --timeout=30s --start-period=10s CMD drill @127.0.0.1 cloudflare.com || exit 1 -CMD ["/unbound.sh"] \ No newline at end of file +CMD ["/unbound.sh"]