mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 03:43:41 -05:00
major refactoring + docker progress
This commit is contained in:
parent
ecb8a80f8b
commit
e75f8c944a
35 changed files with 227 additions and 104 deletions
7
live-stream/Dockerfile
Normal file
7
live-stream/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:3.20
|
||||
|
||||
RUN apk add --no-cache gstreamer gst-plugins-bad
|
||||
|
||||
RUN apk add --no-cache ffmpeg
|
||||
|
||||
ENTRYPOINT [""]
|
||||
Loading…
Add table
Add a link
Reference in a new issue