Merge pull request #18818 from gustavotrott/bbb-libreoffice-docker-image

refactor(bbb-libreoffice): Switch Docker image to use the one built by BBB (reducing install time significantly)
This commit is contained in:
Gustavo Trott 2023-09-21 10:37:51 -03:00 committed by GitHub
commit 5209958c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1 @@
FROM amazoncorretto:17-alpine
RUN apk add fontconfig libreoffice
FROM bigbluebutton/bbb-libreoffice:latest