diff --git a/images/02-logrotate/Dockerfile b/images/02-logrotate/Dockerfile index df2f76a5..b18b4b72 100644 --- a/images/02-logrotate/Dockerfile +++ b/images/02-logrotate/Dockerfile @@ -1,3 +1,4 @@ FROM rancher/os-base COPY . / +RUN chmod 644 /etc/logrotate.conf ENTRYPOINT ["/usr/bin/entrypoint.sh"]