From 7cd309730e42983178d8f9632d25497dc7e20c22 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 1 Oct 2025 16:07:59 +0100 Subject: Removed some modules to save image size --- cron/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cron/Dockerfile') diff --git a/cron/Dockerfile b/cron/Dockerfile index 821b48a..0239a65 100755 --- a/cron/Dockerfile +++ b/cron/Dockerfile @@ -1,6 +1,8 @@ FROM reg.reaweb.uk/smallytchannelbot MAINTAINER Eden Attenborough "eddie.atten.ea29@gmail.com" ARG DEBIAN_FRONTEND=noninteractive +ENV TZ=Europe/London +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get install -y tzdata cron mariadb-client COPY . /app WORKDIR /app -- cgit v1.2.3