mirror of
https://github.com/rancher/os.git
synced 2025-06-24 05:57:03 +00:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
FROM base
|
||
|
COPY scripts/dockerimages/scripts/docker.sh /
|
||
|
COPY build/ca.crt /etc/ssl/certs/ca-certificates.crt
|
||
|
CMD ["/docker.sh"]
|