Skip to content

Commit

Permalink
use latest yt-dlp from apk
Browse files Browse the repository at this point in the history
  • Loading branch information
lastarc committed Mar 15, 2024
1 parent ff40865 commit d425ca2
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 @@ -4,7 +4,8 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN apk add --no-cache ffmpeg yt-dlp
RUN apk add --no-cache ffmpeg
RUN apk add --no-cache yt-dlp --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community

COPY . /app
WORKDIR /app
Expand Down

0 comments on commit d425ca2

Please sign in to comment.