mirror of
https://github.com/rancher/os.git
synced 2025-09-25 12:47:20 +00:00
5 lines
106 B
Docker
5 lines
106 B
Docker
FROM rancher/os-base
|
|
COPY auto-format.sh /usr/sbin/
|
|
COPY od-1m0 /
|
|
ENTRYPOINT ["/usr/sbin/auto-format.sh"]
|