Add ffmpeg to Dockerfile
All checks were successful
/ build (push) Successful in 1m11s

This commit is contained in:
Astra 2025-11-26 14:14:34 +00:00
parent 1540e8de8e
commit e807e36a1f

View file

@ -4,7 +4,7 @@ WORKDIR /go/src/git.zio.sh/bsky2tg
COPY . . COPY . .
RUN apk update && \ RUN apk update && \
apk add --no-cache git bash && \ apk add --no-cache git bash ffmpeg && \
go get -d -v ./... && \ go get -d -v ./... && \
go install go install