From 078dbb420bf0b86bcc475354dade6fee3ade1b02 Mon Sep 17 00:00:00 2001 From: George Avgeris Date: Sat, 3 May 2025 13:55:39 +0300 Subject: [PATCH] add cron --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48148ae..5e86f2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \ nano \ curl \ wget \ + cron \ libmagickwand-dev --no-install-recommends # Enable Apache mods @@ -41,7 +42,6 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg \ mysqli \ xsl \ curl \ - cron \ exif # Download and install Moosh