aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-06-21 22:45:29 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-06-21 22:45:29 +0100
commit790ca4d3083f8226360dc6eebe35a454f317bb15 (patch)
tree4417819c0d1157ca9e39ca35cfd9a061cee98285 /onceaday/Dockerfile
parent71cfc302f7b6ace903eea828f5bd37956f511ddf (diff)
downloadSmallYTChannelBot-790ca4d3083f8226360dc6eebe35a454f317bb15.tar.gz
SmallYTChannelBot-790ca4d3083f8226360dc6eebe35a454f317bb15.zip
Depreciated wiki editing, minimized docker images
Diffstat (limited to 'onceaday/Dockerfile')
-rw-r--r--onceaday/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/onceaday/Dockerfile b/onceaday/Dockerfile
index 78c88f8..32e28bd 100644
--- a/onceaday/Dockerfile
+++ b/onceaday/Dockerfile
@@ -1,7 +1,7 @@
-FROM debian:latest
+FROM jwansek/smallytchannelbot
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 libjpeg-dev zlib1g-dev
+ARG DEBIAN_FRONTEND=noninteractive
+RUN apt-get install -y tzdata cron
COPY . /app
WORKDIR /app
COPY onceaday/crontab /etc/cron.d/oad-crontab