dockerfiles/coredns/Dockerfile

10 lines
218 B
Docker

FROM alt:sisyphus
RUN apt-get update && \
apt-get install -y coredns; \
rm -f /var/cache/apt/archives/*.rpm \
/var/cache/apt/*.bin \
/var/lib/apt/lists/*.*
ENTRYPOINT ["/usr/bin/coredns"]