Skip to content

Commit 33da4ae

Browse files
mm503mxpv
authored andcommitted
Add deno pkg, bump alpine
1 parent 38051cf commit 33da4ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ RUN make build
1313
RUN wget -O /usr/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp && \
1414
chmod a+rwx /usr/bin/yt-dlp
1515

16-
# Alpine 3.21 will go EOL on 2026-11-01
17-
FROM alpine:3.21
16+
# Alpine 3.22 will go EOL on 2027-05-01
17+
FROM alpine:3.22
1818

1919
WORKDIR /app
2020

21-
RUN apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata libc6-compat
21+
# deno is required for yt-dlp (ref: https://github.com/yt-dlp/yt-dlp/issues/14404)
22+
RUN apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata libc6-compat deno
2223

2324
RUN chmod 777 /usr/local/bin
2425
COPY --from=builder /usr/bin/yt-dlp /usr/local/bin/youtube-dl

0 commit comments

Comments
 (0)