mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 11:48:22 +02:00
Merge pull request #191 from rottaran/patch-1
fix for presentation slides not displayed if they contain type 3 fonts
This commit is contained in:
commit
377a7f7b6f
@ -81,7 +81,9 @@ RUN mkdir -p /usr/share/bigbluebutton/blank \
|
|||||||
https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/v2.4.0/bigbluebutton-config/slides/blank-thumb.png \
|
https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/v2.4.0/bigbluebutton-config/slides/blank-thumb.png \
|
||||||
https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/v2.4.0/bigbluebutton-config/slides/blank-presentation.pdf \
|
https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/v2.4.0/bigbluebutton-config/slides/blank-presentation.pdf \
|
||||||
https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/v2.4.0/bigbluebutton-config/slides/blank-png.png \
|
https://raw.githubusercontent.com/bigbluebutton/bigbluebutton/v2.4.0/bigbluebutton-config/slides/blank-png.png \
|
||||||
&& sed -i 's/<policy domain="coder" rights="none" pattern="PDF" \/>/<policy domain="coder" rights="write" pattern="PDF" \/>/g' /etc/ImageMagick-6/policy.xml
|
&& sed -i 's/<policy domain="coder" rights="none" pattern="PDF" \/>/<policy domain="coder" rights="write" pattern="PDF" \/>/g' /etc/ImageMagick-6/policy.xml \
|
||||||
|
&& sed -i '/potrace/d' /etc/ImageMagick-6/delegates.xml
|
||||||
|
|
||||||
|
|
||||||
# get bbb-web
|
# get bbb-web
|
||||||
COPY --from=builder /dist /usr/share/bbb-web
|
COPY --from=builder /dist /usr/share/bbb-web
|
||||||
|
Loading…
x
Reference in New Issue
Block a user