Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill authored May 9, 2023
1 parent ec1c98b commit c00c4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM ubuntu
RUN apt update -y
RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y
RUN DEBIAN_FRONTEND=noninteractive apt install -y ffmpeg python3 curl python3-pip python-is-python3
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/bin/youtube-dl
RUN python3 -m pip install --no-deps -U yt-dlp
RUN mv /usr/local/bin/yt-dlp /usr/bin/youtube-dl
RUN chmod +x /usr/bin/youtube-dl
RUN pip3 install requests eyed3 youtube-search-python numpy typer
COPY lidarr_youtube_downloader/lyd.py /
Expand Down

0 comments on commit c00c4c6

Please sign in to comment.