Update DoTE.Dockerfile

This commit is contained in:
John Dorman 2022-05-10 23:51:58 -07:00 committed by GitHub
parent 74bcfdd921
commit 61262a1232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
ARG VERSION=2022.02.1
ARG VERSION=2022.04.3
FROM pihole/pihole:${VERSION}
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