diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-04 16:55:09 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-04 16:55:09 +0000 |
commit | 98844b271c7b5e5afb7f7bbcedd87e0c6292429e (patch) | |
tree | 87843f135422a1c7425bceeeb55ea7d2f2b85d2a /Dockerfile | |
parent | 4352474674deb82fc8def9c21c0ee55f43720668 (diff) | |
download | SmallYTChannelBot-98844b271c7b5e5afb7f7bbcedd87e0c6292429e.tar.gz SmallYTChannelBot-98844b271c7b5e5afb7f7bbcedd87e0c6292429e.zip |
added dependencies
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM ubuntu:latest MAINTAINER Eden Attenborough "eddie.atten.ea29@gmail.com" RUN apt-get update -y -RUN apt-get install -y python3-pip python-dev build-essential +RUN apt-get install -y python3-pip python-dev build-essential libjpeg-dev zlib1g-dev COPY . /app WORKDIR /app RUN pip3 install -r requirements.txt |