From 9333d245ab0e240b8dda34c993bce78eda78b480 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Fri, 27 Jan 2023 16:55:27 +0100 Subject: [PATCH] Modified Dockerfile --- docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index d27dad9..bb37f69 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,6 +15,9 @@ RUN apk add --no-cache git curl libxml2-utils tzdata RUN ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \ echo "${TZ}" > /etc/timezone && date +# Cache Bust upon new commits +ADD https://api.github.com/repos/chrisb86/nsupdate/git/refs/heads/master /.git-hashref + COPY nsupdate.sh /usr/local/bin/nsupdate.sh RUN chmod +x /usr/local/bin/nsupdate.sh