aboutsummaryrefslogtreecommitdiffstats
path: root/cron
diff options
context:
space:
mode:
Diffstat (limited to 'cron')
-rwxr-xr-xcron/Dockerfile2
-rwxr-xr-xcron/requirements.txt2
2 files changed, 3 insertions, 1 deletions
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
diff --git a/cron/requirements.txt b/cron/requirements.txt
index 86f552b..f2c4fc9 100755
--- a/cron/requirements.txt
+++ b/cron/requirements.txt
@@ -1,3 +1,3 @@
numpy==1.26.4
-matplotlib
+# matplotlib
discord-webhook