Perebonilado
Perebonilado
RRailway
Created by Perebonilado on 10/26/2024 in #✋|help
Issues using NixPacks
I am trying to install libreoffice using nixpacks. The build does work but I keep getting this error which seems to be due to missing binaries: Could not find soffice binary Here is what the file looks like:
# nixpacks.toml

[phases.setup]
nixPkgs = ['...', 'libreoffice']
# nixpacks.toml

[phases.setup]
nixPkgs = ['...', 'libreoffice']
4 replies
RRailway
Created by Perebonilado on 10/25/2024 in #✋|help
Help - Trying to install Libre office on server but unfamiliar with docker
I am building a feature to extract text from .ppt files in my application. I am using libreoffice-convert to do this, however, I need the actual libre office application installed on the server for it to work. Is it possible to ssh into the server and do a sudo apt install?
28 replies