mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-13 14:37:07 +02:00
Compare commits
3 Commits
fix-record
...
antobinary
Author | SHA1 | Date | |
---|---|---|---|
024d222b8b | |||
d8587b0e33 | |||
81c3cacf29 |
@ -1,7 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
- BBB 2.5.8 @alangecker
|
||||
|
||||
## Release v2.5.8 (2022-11-06)
|
||||
- BBB 2.5.8 @alangecker [#238](https://github.com/bigbluebutton/docker/pull/238)
|
||||
- recordings: fix for missing ffmpeg filter @alangecker [#235](https://github.com/bigbluebutton/docker/issues/235) [#230](https://github.com/bigbluebutton/docker/pull/230)
|
||||
|
||||
## Release v2.5.0 (2022-06-10)
|
||||
|
@ -38,7 +38,7 @@ RUN unzip -q /bbb-web/build/libs/bigbluebutton-0.10.0.war -d /dist
|
||||
# ===================================================
|
||||
FROM alangecker/bbb-docker-base-java
|
||||
|
||||
# add blank presentation files and allow conversation to pdf/svg
|
||||
# add blank presentation files and allow conversion to pdf/svg
|
||||
RUN mkdir -p /usr/share/bigbluebutton/blank \
|
||||
&& cd /usr/share/bigbluebutton/blank \
|
||||
&& wget \
|
||||
|
Reference in New Issue
Block a user