about to begin testing

This commit is contained in:
2022-10-31 07:57:30 -07:00
parent 26be5f2644
commit 0844ea5d2f
5 changed files with 66 additions and 40 deletions

View File

@@ -11,7 +11,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN pip3 install youtube_dl
RUN pip3 install yt-dlp
ADD youtube-dl.conf /etc/youtube-dl.conf
ADD entrypoint.sh /usr/local/bin/entrypoint.sh