summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4a291af..a9e6353 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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