Skip to content

Commit

Permalink
fix(Dockerfile): add yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecorte committed Jan 4, 2025
1 parent 55ad6ea commit 1e1d79e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk add --no-cache \
libjpeg-turbo-dev \
ttf-dejavu \
fontconfig \
yt-dlp \
&& apk add --no-cache --virtual .build-deps \
curl git python3 alpine-sdk libc6-compat openssl-dev yt-dlp \
&& apk del .build-deps
Expand Down

0 comments on commit 1e1d79e

Please sign in to comment.