| ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c sed -i 's/^https/http/g' /etc/apk/repositories && apk upgrade --update --no-cache && apk add --no-cache tini |
| ENTRYPOINT [ "/sbin/tini", "--" ] |
| COPY multi:7d15e087f575e03a732a0915573e1021fc9a97f76cecae662651ea51f0cbe831 in /usr/local/bin/ |
| /bin/sh -c adduser -D -H -u 777 -h /dns -s /bin/false dns |
| ENV IP=0.0.0.0 |
| ENV ROOT=/dns/data |
| ENV UID=777 GID=777 |
| VOLUME /dns/data |
| EXPOSE 53/UDP 53/TCP |
| CMD [ "/usr/local/bin/tinydns" ] |