From b30c1a4a65a6bcccf4ba78e9bdd19b5204fe9965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Thu, 9 Mar 2023 17:03:50 +0100 Subject: [PATCH] FIX Shell typo. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \