mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 03:43:41 -05:00
kinda working
This commit is contained in:
parent
e468e0b9ab
commit
35c2a98835
6 changed files with 36 additions and 17 deletions
|
|
@ -1,10 +1,16 @@
|
|||
FROM alpine:3.20
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apk add --no-cache gstreamer gstreamer-tools gst-plugins-bad
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apk add --no-cache ffmpeg
|
||||
RUN apt update
|
||||
|
||||
RUN apk add --no-cache bash libwpe libwpe-dev
|
||||
RUN apt install -y ffmpeg
|
||||
|
||||
RUN apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-wpe
|
||||
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt clean
|
||||
|
||||
COPY run.sh /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue