mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
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:
parent
272d25aee0
commit
d7be28ec2a
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ RUN apk -U upgrade && \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
graphicsmagick \
|
graphicsmagick \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
openjdk8 \
|
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
python3 \
|
python3 \
|
||||||
py3-magic \
|
py3-magic \
|
||||||
|
|
Loading…
Reference in a new issue