Skip to content

Commit

Permalink
Modified Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb86 committed Jan 27, 2023
1 parent 131f0af commit 9333d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9333d24

Please sign in to comment.