logrotate
Rotates, compresses, and mails system logs. More information: <https://manned.org/logrotate>.
RUN apt-get update && \
apt-get install -y logrotate
RUN apt-get update && \
apt-get install -y logrotate
RUN apk add logrotate
RUN pacman -S --noconfirm logrotate
RUN apt-get update && \
apt-get install -y logrotate
RUN yum install -y logrotate
RUN dnf install -y logrotate
RUN apt-get update && \
apt-get install -y logrotate