mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update DoTE.Dockerfile
This commit is contained in:
parent
aebabcb531
commit
5a4084840c
@ -1,4 +1,4 @@
|
|||||||
ARG VERSION=2022.07.1
|
ARG VERSION=2023.01.10
|
||||||
FROM pihole/pihole:${VERSION}
|
FROM pihole/pihole:${VERSION}
|
||||||
ENV DOTE_OPTS="-s 127.0.0.1:5053"
|
ENV DOTE_OPTS="-s 127.0.0.1:5053"
|
||||||
RUN echo -e "#!/bin/sh\ncurl -fsSLo /opt/dote https://github.com/chrisstaite/DoTe/releases/latest/download/dote_arm64\nchmod +x /opt/dote\n/opt/dote \\\$DOTE_OPTS -d\n" > /etc/cont-init.d/10-dote.sh
|
RUN echo -e "#!/bin/sh\ncurl -fsSLo /opt/dote https://github.com/chrisstaite/DoTe/releases/latest/download/dote_arm64\nchmod +x /opt/dote\n/opt/dote \\\$DOTE_OPTS -d\n" > /etc/cont-init.d/10-dote.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user