docker/mod/libreoffice/Dockerfile

16 lines
354 B
Docker
Raw Normal View History

2020-09-06 22:02:22 +02:00
FROM woahbase/alpine-libreoffice
USER root
RUN apk add --no-cache \
su-exec \
font-noto \
font-noto-cjk
2020-09-06 22:02:22 +02:00
# should use the same user ID as in `core` to avoid file permission issues
RUN addgroup -g 998 bigbluebutton && adduser -D -u 998 -G bigbluebutton bigbluebutton
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT /entrypoint.sh