mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
The "-s" flag is obsolete, this generates some errors messages in the ntpd logs
Signed-off-by: Sylvain Prat <sylvain.prat@gmail.com>
This commit is contained in:
parent
be43e99310
commit
42a3f80bec
@ -15,4 +15,4 @@ CMD []
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=mirror /out/ /
|
COPY --from=mirror /out/ /
|
||||||
COPY etc/ /etc/
|
COPY etc/ /etc/
|
||||||
CMD ["/usr/sbin/ntpd", "-d", "-s"]
|
CMD ["/usr/sbin/ntpd", "-d"]
|
||||||
|
Loading…
Reference in New Issue
Block a user