forked from extern/docker
it fixes recordings when uses moodle BBB plugin
This commit is contained in:
parent
435d93996e
commit
4e3e1dd851
@ -15,7 +15,13 @@ RUN apt-get update && apt-get install -y \
|
|||||||
ffmpeg \
|
ffmpeg \
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
supervisor
|
supervisor \
|
||||||
|
locales \
|
||||||
|
locales-all
|
||||||
|
|
||||||
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
ENV LANGUAGE en_US.UTF-8
|
||||||
|
|
||||||
# compile and install mkclean
|
# compile and install mkclean
|
||||||
RUN cd /tmp \
|
RUN cd /tmp \
|
||||||
|
Loading…
Reference in New Issue
Block a user