|
@@ -16,7 +16,20 @@ ARG CHROME_RELEASE=121.0.6167.85
|
|
COPY rootfs/ /
|
|
COPY rootfs/ /
|
|
|
|
|
|
RUN apt-dpkg-wrap apt-get update && \
|
|
RUN apt-dpkg-wrap apt-get update && \
|
|
- apt-dpkg-wrap apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" jibri libgl1-mesa-dri procps jitsi-upload-integrations jitsi-autoscaler-sidecar jq pulseaudio dbus dbus-x11 rtkit unzip fonts-noto && \
|
|
|
|
|
|
+ apt-dpkg-wrap apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
|
|
|
|
+ jibri \
|
|
|
|
+ libgl1-mesa-dri \
|
|
|
|
+ procps \
|
|
|
|
+ jitsi-upload-integrations \
|
|
|
|
+ jitsi-autoscaler-sidecar \
|
|
|
|
+ jq \
|
|
|
|
+ pulseaudio \
|
|
|
|
+ dbus \
|
|
|
|
+ dbus-x11 \
|
|
|
|
+ rtkit \
|
|
|
|
+ unzip \
|
|
|
|
+ fonts-noto \
|
|
|
|
+ libcap2-bin && \
|
|
/usr/bin/install-chrome.sh && \
|
|
/usr/bin/install-chrome.sh && \
|
|
apt-cleanup && \
|
|
apt-cleanup && \
|
|
adduser jibri rtkit && \
|
|
adduser jibri rtkit && \
|