mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-28 02:31:17 +01:00
Fix permissions and create ld.so.conf for LibreOffice
This commit is contained in:
@@ -31,7 +31,8 @@ COPY --from=lscr.io/linuxserver/libreoffice:latest \
|
||||
COPY --from=lscr.io/linuxserver/libreoffice:latest \
|
||||
/usr/lib/libreoffice/share/ /usr/lib/libreoffice/share/
|
||||
|
||||
RUN chmod 755 /usr/bin/soffice.bin && \
|
||||
RUN mkdir -p /etc/ld.so.conf.d && \
|
||||
chmod 755 /usr/bin/soffice.bin && \
|
||||
ln -sf /usr/bin/soffice.bin /usr/lib/libreoffice/program/soffice && \
|
||||
echo "/usr/lib/libreoffice/program" > /etc/ld.so.conf.d/libreoffice.conf && \
|
||||
ldconfig
|
||||
|
||||
Reference in New Issue
Block a user