FROM etherpad/etherpad:latest
USER root
RUN apt-get update && apt-get install -y --no-install-recommends libreoffice
USER etherpad
