Skip to content

Commit

Permalink
fix: remove chmod in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guerda committed Feb 10, 2024
1 parent 4d225d7 commit 0a4f08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 python3 -m pip install --no-deps -U yt-dlp
RUN chmod +x /usr/bin/yt-dlp
RUN pip3 install requests eyed3 youtube-search-python typer
COPY lidarr_youtube_downloader/lyd.py /
COPY lidarr_youtube_downloader/view/ /view
Expand Down

0 comments on commit 0a4f08e

Please sign in to comment.