mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 03:43:41 -05:00
IT WORKS!!!111!!!1!!1
This commit is contained in:
parent
1c91c56d30
commit
5774a351e1
4 changed files with 48 additions and 23 deletions
|
|
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|||
|
||||
RUN apt update
|
||||
|
||||
RUN apt install -y ffmpeg xvfb software-properties-common dbus-x11
|
||||
RUN apt install -y ffmpeg xvfb software-properties-common dbus-x11 pulseaudio
|
||||
|
||||
RUN add-apt-repository -y ppa:xtradeb/apps
|
||||
|
||||
|
|
@ -10,10 +10,16 @@ RUN apt update
|
|||
|
||||
RUN apt install -y chromium
|
||||
|
||||
RUN apt install -y sudo
|
||||
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt clean
|
||||
|
||||
COPY run.sh .
|
||||
RUN useradd -ms /bin/bash stream
|
||||
|
||||
COPY run.sh ./
|
||||
|
||||
COPY user_run.sh /home/stream
|
||||
|
||||
ENTRYPOINT ["./run.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue