forked from extern/docker
update recordings base image to bullseye
bullseye offers a more recent version of ffmpeg which solves the missing ffmpeg filter 'tpad' https://github.com/bigbluebutton/docker/issues/235
This commit is contained in:
parent
ad6b0d2d38
commit
fc74f2a8b8
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
FROM ruby:2.7-slim-buster
|
FROM ruby:2.7-slim-bullseye
|
||||||
|
|
||||||
# install apt dependencies
|
# install apt dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
Loading…
Reference in New Issue
Block a user