Skip to content

Commit

Permalink
Restoring ffmpeg which will be required by yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Dec 10, 2024
1 parent 881fbdf commit 78f577c
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 go build \
# starting with Node.js runtime
FROM node:alpine
# adding ffmpeg
# RUN apk update && apk add && apk add ffmpeg
RUN apk update && apk add && apk add ffmpeg
# adding yet
COPY --from=build /go/src/app/yet /usr/bin/yet

Expand Down

0 comments on commit 78f577c

Please sign in to comment.