chrony: New package to replace openntpd
This commit is contained in:
parent
f0845f4afe
commit
f143d94f9a
2 changed files with 14 additions and 0 deletions
10
pkg/chrony/Dockerfile
Normal file
10
pkg/chrony/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FROM alpine:3.15
|
||||
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
|
||||
|
||||
RUN apk add --no-cache chrony
|
||||
|
||||
EXPOSE 123/udp
|
||||
|
||||
CMD ["/usr/sbin/chronyd","-d"]
|
||||
|
||||
LABEL org.mobyproject.config='{"capabilities": ["CAP_NET_BIND_SERVICE"]}'
|
||||
Reference in a new issue