bigbluebutton-Github/bbb-libreoffice/docker/Dockerfile

14 lines
322 B
Docker
Raw Normal View History

FROM openjdk:11-jre-buster
ENV DEBIAN_FRONTEND noninteractive
#Required to install Libreoffice 7
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
RUN apt update
RUN apt -y install locales-all fontconfig libxt6 libxrender1
RUN apt install -y -t buster-backports libreoffice