diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-11 18:12:29 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-11 18:12:29 +0000 |
commit | 4ea267bdedc9736456f1ec0f8b0c76ed3a6254e8 (patch) | |
tree | 2aa1ab54235fb60975bdc076fa87bc83e844a67a /Dockerfile | |
parent | 5a3378bb7d8ee2e6ba8f44ac29f34b658915b0c5 (diff) | |
download | yaoi-communism-4ea267bdedc9736456f1ec0f8b0c76ed3a6254e8.tar.gz yaoi-communism-4ea267bdedc9736456f1ec0f8b0c76ed3a6254e8.zip |
Updated dockerfile
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x[-rw-r--r--] | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index fb7d715..744696d 100644..100755 --- a/Dockerfile +++ b/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 build-essential pkg-config cron libjpeg-dev zlib1g-dev libfreetype6-dev COPY . /app WORKDIR /app COPY crontab /etc/cron.d/oad-crontab RUN chmod 0644 /etc/cron.d/oad-crontab && crontab /etc/cron.d/oad-crontab RUN pip3 install -r requirements.txt -ENTRYPOINT ["cron", "-f"]
\ No newline at end of file +ENTRYPOINT ["cron", "-f"] |