mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-18 02:30:49 +01:00
commit
b3a1b010f9
@ -9,9 +9,14 @@ RUN apt-get update && apt-get install -y \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libsystemd-dev \
|
libsystemd-dev \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pyinotify \
|
python3-attr \
|
||||||
|
python3-cairo \
|
||||||
|
python3-gi \
|
||||||
|
python3-gi-cairo \
|
||||||
python3-lxml \
|
python3-lxml \
|
||||||
python3-icu \
|
python3-icu \
|
||||||
|
python3-pyinotify \
|
||||||
|
gir1.2-pangocairo-1.0 \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
@ -98,4 +103,4 @@ COPY bigbluebutton.yml /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml.t
|
|||||||
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user