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(
|
||||
c,
|
||||
'openjdk-8-jdk',
|
||||
'default-jdk-headless',
|
||||
'libreoffice-common',
|
||||
'libreoffice-writer',
|
||||
'libreoffice-calc',
|
||||
|
|
Loading…
Reference in a new issue