Added ffmpeg to Docker image

This commit is contained in:
James Mills 2020-03-22 18:22:36 +10:00
parent dd710e69b6
commit e2381cc2ab
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -4,7 +4,7 @@ FROM prologic/go-builder:latest AS build
# Runtime # Runtime
FROM golang:alpine 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 RUN go get github.com/mutschler/mt