Warning: failed to launch javaldx - java may not function correctly
This commit is contained in:
parent
aac845c21d
commit
800cff38d4
@ -20,6 +20,6 @@
|
||||
|
||||
FROM debian:latest
|
||||
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
|
||||
WORKDIR /app
|
||||
|
||||
@ -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:
|
||||
|
||||
```
|
||||
sudo apt install libreoffice
|
||||
sudo apt install libreoffice liblibreoffice-java
|
||||
```
|
||||
|
||||
Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user