This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
adlin/pkg/chrony/Dockerfile
Renovate Bot cfb415ff26
Some checks are pending
continuous-integration/drone/push Build is pending
chore(deps): update dependency alpine to v3.16
2022-06-06 07:31:02 +00:00

10 lines
228 B
Docker

FROM alpine:3.16
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"]}'