Skip to content

Commit

Permalink
Merge pull request #31 from titaniumtails/master
Browse files Browse the repository at this point in the history
Fix ping error message by installing ping
  • Loading branch information
MatthewVance authored Jul 13, 2022
2 parents 8fa8834 + deaa550 commit 1046cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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"]
CMD ["/unbound.sh"]

0 comments on commit 1046cd9

Please sign in to comment.