mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-07 14:28:51 +01:00
10 lines
430 B
Docker
10 lines
430 B
Docker
|
FROM eugenmayer/jodconverter:rest
|
||
|
RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
|
||
|
RUN sed -i 's/main/main contrib/' /etc/apt/sources.list && apt-get update
|
||
|
RUN apt-get update && apt -y install --no-install-recommends \
|
||
|
fonts-crosextra-carlito \
|
||
|
fonts-crosextra-caladea \
|
||
|
fonts-noto \
|
||
|
fonts-noto-cjk \
|
||
|
fontconfig \
|
||
|
ttf-mscorefonts-installer
|