Modified Dockerfile
This commit is contained in:
parent
131f0af9c9
commit
9333d245ab
@ -15,6 +15,9 @@ RUN apk add --no-cache git curl libxml2-utils tzdata
|
|||||||
RUN ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \
|
RUN ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \
|
||||||
echo "${TZ}" > /etc/timezone && date
|
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
|
COPY nsupdate.sh /usr/local/bin/nsupdate.sh
|
||||||
RUN chmod +x /usr/local/bin/nsupdate.sh
|
RUN chmod +x /usr/local/bin/nsupdate.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user