6 lines
85 B
Docker
6 lines
85 B
Docker
FROM gerbera/gerbera:latest
|
|
# alpine:3.14 AS builder
|
|
|
|
RUN apk add --no-cache ffmpeg
|
|
|