mirror of
https://github.com/rancher/os.git
synced 2025-06-22 04:57:04 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
FROM base
|
|
COPY scripts/dockerimages/scripts/syslog.sh /
|
|
RUN sed -i 1,10d /etc/rsyslog.conf
|
|
CMD ["/syslog.sh"]
|