Hi Philip,
Thanks for the great work on this project and for upgrading to latest Unoserver version.
I’m running into a consistent issue where the Docker image crashes when converting older .doc files (e.g., Word 97–2003 format) using unoserver. After some investigation, I found that the image currently installs LibreOffice 7.4.x (from Debian Bookworm’s default apt packages), which is known to crash on some legacy .doc formats in headless mode.
I verified that LibreOffice 7.6+ handles these same files without issue (tested locally on macOS and in a manual Docker build using 7.6.7 from libreoffice.org). Upgrading the image to use LibreOffice 7.6+ would greatly improve stability and compatibility for .doc file conversions.
Would you consider updating the Dockerfile to install LibreOffice 7.6+ via .deb or switching to a base image with newer LibreOffice support?
Thanks again!
Hi Philip,
Thanks for the great work on this project and for upgrading to latest Unoserver version.
I’m running into a consistent issue where the Docker image crashes when converting older .doc files (e.g., Word 97–2003 format) using unoserver. After some investigation, I found that the image currently installs LibreOffice 7.4.x (from Debian Bookworm’s default apt packages), which is known to crash on some legacy .doc formats in headless mode.
I verified that LibreOffice 7.6+ handles these same files without issue (tested locally on macOS and in a manual Docker build using 7.6.7 from libreoffice.org). Upgrading the image to use LibreOffice 7.6+ would greatly improve stability and compatibility for .doc file conversions.
Would you consider updating the Dockerfile to install LibreOffice 7.6+ via .deb or switching to a base image with newer LibreOffice support?
Thanks again!