mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
7 lines
115 B
Docker
7 lines
115 B
Docker
FROM alpine:3.20
|
|
|
|
RUN apk add --no-cache gstreamer gst-plugins-bad
|
|
|
|
RUN apk add --no-cache ffmpeg
|
|
|
|
ENTRYPOINT [""]
|