Skip to content

Commit

Permalink
chore(docker): Add missing curl dependency to install yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Dec 1, 2023
1 parent bbe8faf commit 395d0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ FROM bitnami/minideb:bullseye as packages
WORKDIR /packages
COPY --from=builder /cadency/.yt-dlprc .
RUN YTDLP_VERSION=$(cat .yt-dlprc) && \
apt-get update && apt-get install -y curl && \
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/$YTDLP_VERSION/yt-dlp_linux > yt-dlp && chmod +x yt-dlp

# Based on: https://github.com/zarmory/docker-python-minimal/blob/master/Dockerfile
Expand Down

0 comments on commit 395d0e0

Please sign in to comment.