Skip to content

Commit

Permalink
download yt_dlp in container
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Dec 1, 2024
1 parent bdedc4a commit 105cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN GOOS=linux GOARCH=${TARGETARCH} go build -o explo ./src/

FROM alpine

RUN apk add --no-cache libc6-compat ffmpeg
RUN apk add --no-cache libc6-compat ffmpeg yt-dlp

WORKDIR /opt/explo/
COPY ./docker/start.sh /start.sh
Expand Down

0 comments on commit 105cfeb

Please sign in to comment.