add youtube-dl to script

pull/166/head
Aevann 2023-07-06 01:59:03 +03:00
parent 04beb4fd18
commit 74533ae72f
3 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ COPY requirements.txt /requirements.txt
COPY startup_docker_chat.sh /s
RUN pip3 install -r /requirements.txt
RUN pip3 install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"
RUN mkdir /images
RUN mkdir /chat_images

View File

@ -29,7 +29,6 @@ tinycss2
tldextract
user-agents
psycopg2-binary
youtube-dl
yattag
webptools
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -37,6 +37,7 @@ psql -U postgres -f schema.sql postgres
psql -U postgres -f seed-users.sql postgres
psql -U postgres -f seed-db.sql postgres
pip3 install -r requirements.txt
pip3 install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"
mkdir /images
mkdir /chat_images