aboutsummaryrefslogtreecommitdiffstats
path: root/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 /Dockerfile
parent71cfc302f7b6ace903eea828f5bd37956f511ddf (diff)
downloadSmallYTChannelBot-790ca4d3083f8226360dc6eebe35a454f317bb15.tar.gz
SmallYTChannelBot-790ca4d3083f8226360dc6eebe35a454f317bb15.zip
Depreciated wiki editing, minimized docker images
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a0b808a..cdb7fb3 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,8 @@
FROM ubuntu:latest
MAINTAINER Eden Attenborough "eddie.atten.ea29@gmail.com"
+ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y
-RUN apt-get install -y python3-pip python-dev build-essential libjpeg-dev zlib1g-dev
+RUN apt-get install -y python3-pip build-essential libjpeg-dev zlib1g-dev
COPY . /app
WORKDIR /app
RUN pip3 install -r requirements.txt