mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-04-30 05:52:36 -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 [""]
|