add nsd package
This commit is contained in:
parent
e48cdf9244
commit
5a026a9a1f
2 changed files with 31 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine
|
||||
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||
|
||||
RUN apk add --no-cache alpine-baselayout bash busybox nsd openssh openrc
|
||||
RUN apk add --no-cache alpine-baselayout bash busybox nsd openssh openssl openrc
|
||||
|
||||
VOLUME /etc/nsd
|
||||
|
||||
|
|
@ -9,7 +9,8 @@ EXPOSE 53
|
|||
EXPOSE 53/udp
|
||||
|
||||
RUN rc-update add nsd default && rc-update add sshd default
|
||||
COPY init /etc/init.d/nsd
|
||||
|
||||
CMD ["/sbin/openrc", "default"]
|
||||
CMD ["/sbin/openrc-init"]
|
||||
|
||||
LABEL org.mobyproject.config='{"binds": ["/etc/resolv.conf:/etc/resolv.conf"], "capabilities": ["CAP_NET_BIND_SERVICE"]}'
|
||||
|
|
|
|||
Reference in a new issue