Update Dockerfile
This commit is contained in:
parent
adb2e9bb95
commit
0abe086447
|
@ -2,6 +2,7 @@ FROM docker.io/python:3
|
|||
RUN apt update
|
||||
RUN apt install ffmpeg gifsicle
|
||||
RUN mkdir /workspace
|
||||
RUN mkdir /workspace/downloads
|
||||
ADD requirements.txt /workspace/
|
||||
ADD run.py /workspace
|
||||
ADD .conf.json /workspace
|
||||
|
|
Loading…
Reference in New Issue