From 9f45bdf5bb5a7e672d76fa79a9a341438786616e Mon Sep 17 00:00:00 2001 From: Dave Lane Date: Wed, 23 Mar 2022 11:24:17 +1300 Subject: [PATCH] Update Dockerfile This should fix issues with failing recordings which include presentation polls. --- mod/recordings/Dockerfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mod/recordings/Dockerfile b/mod/recordings/Dockerfile index 36b5d3a..1a02483 100644 --- a/mod/recordings/Dockerfile +++ b/mod/recordings/Dockerfile @@ -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 \ @@ -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 entrypoint.sh /entrypoint.sh -ENTRYPOINT /entrypoint.sh \ No newline at end of file +ENTRYPOINT /entrypoint.sh