Skip to content

Commit

Permalink
chore: update download URLs and branch tracking for yt-dlp release
Browse files Browse the repository at this point in the history
- Change the branches following the yt-dlp release by updating the download URLs
- Two branches are now followed instead of one for the yt-dlp release.

Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Apr 15, 2024
1 parent d25db75 commit 08bdbe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ FROM alpine:3 as final
ARG UID

RUN apk add -u --no-cache \
# This branch follows the yt-dlp release
-X "http://dl-cdn.alpinelinux.org/alpine/edge/community" \
# These branches follows the yt-dlp release
-X "https://dl-cdn.alpinelinux.org/alpine/edge/main" \
-X "https://dl-cdn.alpinelinux.org/alpine/edge/community" \
# ffmpeg is one of the dependencies of yt-dlp, so don't need to install it manually
yt-dlp \
# Use dumb-init to handle signals
Expand Down

0 comments on commit 08bdbe5

Please sign in to comment.