Perebonilado
Help - Trying to install Libre office on server but unfamiliar with docker
So after trying this, the application build. For some reason, I still get an error when trying to use the package which says: Could not find soffice binary
I'm not sure why this happens, I also tried specifying the path like so:
But to no avail. Any ideas?
28 replies
Help - Trying to install Libre office on server but unfamiliar with docker
#15 [stage-0 11/15] RUN --mount=type=cache,id=s/f8624550-8b68-46f9-8631-b118ef743732-/root/npm,target=/root/.npm npm ci
#15 0.243 /bin/bash: line 1: npm: command not found
#15 ERROR: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 127
-----
[stage-0 11/15] RUN --mount=type=cache,id=s/f8624550-8b68-46f9-8631-b118ef743732-/root/npm,target=/root/.npm npm ci:0.243 /bin/bash: line 1: npm: command not found ----- Dockerfile:26 ------------------- 24 | ENV NIXPACKS_PATH=/app/node_modules/.bin:$NIXPACKS_PATH 25 | COPY . /app/. 26 | >>> RUN --mount=type=cache,id=s/f8624550-8b68-46f9-8631-b118ef743732-/root/npm,target=/root/.npm npm ci 27 | 28 | # build phase ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 127 Error: Docker build failed
28 replies