Skip to content

Commit

Permalink
docker: add ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 25, 2025
1 parent c2ab65e commit 97add30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.21

RUN apk add --no-cache ca-certificates jq curl
RUN apk add --no-cache ca-certificates jq curl ffmpeg

ARG EXECUTABLE=./gomuks
COPY $EXECUTABLE /usr/bin/gomuks
Expand Down

0 comments on commit 97add30

Please sign in to comment.