diff --git a/Dockerfile b/Dockerfile index f789c15..2cbd4fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ # Clean-up \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache && \ - # Remove default cron mess + # Remove default cron mess \ rm -f /etc/cron.daily/* && \ rm -f /etc/cron.d/* && \ # Install plugin dependencies \