it fixes recordings when uses moodle BBB plugin

This commit is contained in:
Dan Jesus 2021-03-16 23:35:53 -03:00 committed by chandi
parent 435d93996e
commit 4e3e1dd851

View File

@ -15,7 +15,13 @@ RUN apt-get update && apt-get install -y \
ffmpeg \
poppler-utils \
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
RUN cd /tmp \