From f4820c3810a4212c89c0280fab0d93327aeff274 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Wed, 1 Aug 2018 16:30:15 -0700 Subject: [PATCH] fix cron --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccf4b4d2..0ee7402a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get install -y curl RUN apt-get install -y rlwrap RUN apt-get install redis-tools RUN apt-get install -y nano -RUN apt-get install -y crontab +RUN apt-get install -y cron # Generate locale C.UTF-8 for mariadb and general locale data ENV LANG C.UTF-8