Update and rename Dockerfile_DoTe to DoTE.Dockerfile

This commit is contained in:
John D
2021-11-16 08:13:55 -08:00
committed by GitHub
parent 0099f5f710
commit f90481645f

View File

@ -1,4 +1,4 @@
FROM pihole/pihole:latest FROM pihole/pihole:2021.10.1
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