Warning: failed to launch javaldx - java may not function correctly

This commit is contained in:
Karel Pičman 2022-06-03 09:33:04 +02:00
parent aac845c21d
commit 800cff38d4
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@
FROM debian:latest FROM debian:latest
RUN apt-get update RUN apt-get update
RUN apt-get -qq install mariadb-server postgresql sqlite3 libsqlite3-dev ruby ruby-dev build-essential libmariadb-dev libpq-dev subversion git litmus libreoffice RUN apt-get -qq install mariadb-server postgresql sqlite3 libsqlite3-dev ruby ruby-dev build-essential libmariadb-dev libpq-dev subversion git litmus libreoffice liblibreoffice-java
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app

View File

@ -124,7 +124,7 @@ The command must be runable by the web app's user. Test it in advance, e.g:
`libreoffice` package is available in the most of Linux distributions, e.g. on Debain based systems: `libreoffice` package is available in the most of Linux distributions, e.g. on Debain based systems:
``` ```
sudo apt install libreoffice sudo apt install libreoffice liblibreoffice-java
``` ```
Usage Usage