Skip to content

Commit 70005cb

Browse files
committed
add libreoffice to lib path
1 parent 96b7539 commit 70005cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ COPY ./fonts/MS/* /usr/share/fonts/
2828
COPY ./fonts/ST/* /usr/share/fonts/
2929
COPY ./fonts/FZ/* /usr/share/fonts/
3030
COPY ./fonts/times/* /usr/share/fonts/
31-
RUN fc-cache -fv
31+
RUN fc-cache -fv
32+
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/libreoffice/program"

0 commit comments

Comments
 (0)