From f4d438acc3e84d885e21adb69b00655bbaa9691a Mon Sep 17 00:00:00 2001 From: Gertjan Date: Sun, 23 Jan 2022 23:07:24 +0100 Subject: [PATCH] Doc --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bedeba5..971834e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.15.0 -# Install required dependencies and build unbound (and install bind-tools for dig in healthcheck), clean up after +# Install dependencies and build unbound (and install bind-tools for dig in healthcheck), clean up after RUN apk --update add --no-cache alpine-sdk bind-tools dns-root-hints expat-dev git openssl-dev && \ # Clone and build unbound source (https://github.com/NLnetLabs/unbound) git clone --depth 1 --branch 'release-1.14.0' https://github.com/NLnetLabs/unbound.git /tmp/unbound && \ diff --git a/README.md b/README.md index dc82852..cd52864 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A recursive, caching DNS resolver with some optimizations -Needs to run with `--privileged` to allow increased cache size +Might need to run with `--privileged` to allow increased cache size, or # TODO Pull a new version of the image every 3-6 months to keep the provided root hints up to date