1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 08:06:48 +00:00
Files
os/images/02-ntp/Dockerfile

4 lines
51 B
Docker
Raw Normal View History

2016-05-06 10:12:09 -07:00
FROM rancher/os-base
COPY ntp.sh /
CMD ["/ntp.sh"]