remove extra proxychains in dockerfile
This commit is contained in:
parent
f9d9dc2eb9
commit
d8c67aa65d
@ -2,7 +2,7 @@
|
||||
FROM python:3.10
|
||||
WORKDIR /v6
|
||||
ENV v6root=/v6data
|
||||
RUN apt-get update && apt-get install -y libopus0 opus-tools ffmpeg proxychains proxychains
|
||||
RUN apt-get update && apt-get install -y libopus0 opus-tools ffmpeg proxychains
|
||||
COPY base.requirements.txt base.requirements.txt
|
||||
RUN pip install -r base.requirements.txt
|
||||
COPY requirements.txt requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user