Change how we install JDK for headless libreoffice server
This commit is contained in:
parent
c45e1a9187
commit
f441ac7b25
|
@ -33,7 +33,7 @@ def install_headless_writer(c):
|
||||||
"""
|
"""
|
||||||
apt.install(
|
apt.install(
|
||||||
c,
|
c,
|
||||||
'openjdk-8-jdk',
|
'default-jdk-headless',
|
||||||
'libreoffice-common',
|
'libreoffice-common',
|
||||||
'libreoffice-writer',
|
'libreoffice-writer',
|
||||||
'libreoffice-calc',
|
'libreoffice-calc',
|
||||||
|
|
Loading…
Reference in a new issue