mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-12 20:42:20 +00:00
Merge pull request #3746 from sprat/fix-openntpd
openntpd: the "-s" flag is obsolete, this generates some error messages in the ntpd logs
This commit is contained in:
@@ -15,4 +15,4 @@ CMD []
|
||||
WORKDIR /
|
||||
COPY --from=mirror /out/ /
|
||||
COPY etc/ /etc/
|
||||
CMD ["/usr/sbin/ntpd", "-d", "-s"]
|
||||
CMD ["/usr/sbin/ntpd", "-d"]
|
||||
|
||||
Reference in New Issue
Block a user