Added ffmpeg to Docker image
This commit is contained in:
parent
dd710e69b6
commit
e2381cc2ab
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM prologic/go-builder:latest AS build
|
|||
# Runtime
|
||||
FROM golang:alpine
|
||||
|
||||
RUN apk --no-cache -U add git build-base ffmpeg-dev
|
||||
RUN apk --no-cache -U add git build-base ffmpeg ffmpeg-dev
|
||||
|
||||
RUN go get github.com/mutschler/mt
|
||||
|
||||
|
|
Loading…
Reference in a new issue