aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-04 16:55:09 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-04 16:55:09 +0000
commit98844b271c7b5e5afb7f7bbcedd87e0c6292429e (patch)
tree87843f135422a1c7425bceeeb55ea7d2f2b85d2a /onceaday
parent4352474674deb82fc8def9c21c0ee55f43720668 (diff)
downloadSmallYTChannelBot-98844b271c7b5e5afb7f7bbcedd87e0c6292429e.tar.gz
SmallYTChannelBot-98844b271c7b5e5afb7f7bbcedd87e0c6292429e.zip
added dependencies
Diffstat (limited to 'onceaday')
-rw-r--r--onceaday/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/onceaday/Dockerfile b/onceaday/Dockerfile
index b737d90..78c88f8 100644
--- a/onceaday/Dockerfile
+++ b/onceaday/Dockerfile
@@ -1,10 +1,10 @@
FROM debian:latest
MAINTAINER Eden Attenborough "eddie.atten.ea29@gmail.com"
RUN apt-get update -y
-RUN apt-get install -y tzdata python3-pip python-dev build-essential pkg-config cron
+RUN apt-get install -y tzdata python3-pip python-dev build-essential pkg-config cron libjpeg-dev zlib1g-dev
COPY . /app
WORKDIR /app
COPY onceaday/crontab /etc/cron.d/oad-crontab
RUN chmod 0644 /etc/cron.d/oad-crontab && crontab /etc/cron.d/oad-crontab
RUN pip3 install -r onceaday/requirements.txt
-ENTRYPOINT ["cron", "-f"] \ No newline at end of file
+ENTRYPOINT ["cron", "-f"]