Update Dockerfile

This commit is contained in:
Administrator 2023-10-06 20:34:38 +00:00
parent adb2e9bb95
commit 0abe086447
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM docker.io/python:3
RUN apt update RUN apt update
RUN apt install ffmpeg gifsicle RUN apt install ffmpeg gifsicle
RUN mkdir /workspace RUN mkdir /workspace
RUN mkdir /workspace/downloads
ADD requirements.txt /workspace/ ADD requirements.txt /workspace/
ADD run.py /workspace ADD run.py /workspace
ADD .conf.json /workspace ADD .conf.json /workspace