Update Dockerfile

This should fix issues with failing recordings which include presentation polls.
This commit is contained in:
Dave Lane 2022-03-23 11:24:17 +13:00 committed by chandi
parent cf74a26268
commit b4aa33d20d

View File

@ -9,9 +9,14 @@ RUN apt-get update && apt-get install -y \
build-essential \
libsystemd-dev \
python3 \
python3-pyinotify \
python3-attr \
python3-cairo \
python3-gi \
python3-gi-cairo \
python3-lxml \
python3-icu \
python3-pyinotify \
gir1.2-pangocairo-1.0 \
ffmpeg \
poppler-utils \
imagemagick \
@ -99,4 +104,4 @@ COPY bigbluebutton.yml /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml.t
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT /entrypoint.sh
ENTRYPOINT /entrypoint.sh