Skip to content

Commit

Permalink
Remove openjdk-8 as a dependency.
Browse files Browse the repository at this point in the history
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] firstlookmedia/dangerzone-converter@9ecdb9e
[2] firstlookmedia/dangerzone-converter@650ae6e
  • Loading branch information
deeplow committed Jan 23, 2023
1 parent 272d25a commit d7be28e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN apk -U upgrade && \
ghostscript \
graphicsmagick \
libreoffice \
openjdk8 \
poppler-utils \
python3 \
py3-magic \
Expand Down

0 comments on commit d7be28e

Please sign in to comment.