Remove openjdk-8 as a dependency.

default-jre and java dependencies dependencies had been added initially
[1] because of libreoffice-java-common, which is no longer present.
Then, when the image was changed from ubuntu to alpine [2], default-jre
was replaced with openjdk-8.

If java is still a dependency for libreoffice, then it should be pulled
automatically.

[1] 9ecdb9e995
[2] 650ae6eee1
This commit is contained in:
deeplow 2023-01-09 17:37:23 +00:00
parent 272d25aee0
commit d7be28ec2a
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -6,7 +6,6 @@ RUN apk -U upgrade && \
ghostscript \
graphicsmagick \
libreoffice \
openjdk8 \
poppler-utils \
python3 \
py3-magic \