Dockerfile
This commit is contained in:
parent
9333d245ab
commit
74d0d8b2bf
@ -16,7 +16,7 @@ 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
|
||||
ADD https://api.github.com/repos/chrisb86/nsupdate/git/refs/heads/main /.git-hashref
|
||||
|
||||
COPY nsupdate.sh /usr/local/bin/nsupdate.sh
|
||||
RUN chmod +x /usr/local/bin/nsupdate.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user