Install yt-dlp-core from Alpine repos
This commit is contained in:
parent
a5cb54d214
commit
943f0f2678
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ COPY . .
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.19
|
||||||
ADD https://github.com/yt-dlp/yt-dlp/releases/download/2023.12.30/yt-dlp_linux /usr/local/bin/yt-dlp
|
RUN apk add --no-cache yt-dlp-core
|
||||||
RUN chmod 755 /usr/local/bin/yt-dlp
|
|
||||||
COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat
|
COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat
|
||||||
RUN adduser -D djkc
|
RUN adduser -D djkc
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
Loading…
Add table
Reference in a new issue