mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-03-15 15:21:29 -04: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 [""]
|