Update 'Dockerfile'
This commit is contained in:
parent
6645ba8899
commit
c47d42d9fe
|
@ -3,4 +3,6 @@ FROM ubuntu:20.04
|
|||
COPY run.sh requirements.txt testwatermark.jpg /app/
|
||||
COPY lazyleech /app/lazyleech/
|
||||
RUN apt update && apt install -y --no-install-recommends python3 python3-pip ffmpeg aria2 file && rm -rf /var/lib/apt/lists/*
|
||||
RUN pip3 install -r /app/requirements.txt
|
||||
RUN pip3 install -r /app/requirements.txt
|
||||
|
||||
CMD ["sh" "/app/run.sh"]
|
Loading…
Reference in New Issue