mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
fix apt install
This commit is contained in:
parent
0f6fd47077
commit
a1fdf1568e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"openjdk-11-jdk|openjdk-17-jdk|openjdk-21-jdk",
|
||||
"openjdk-11-jdk\\|openjdk-17-jdk\\|openjdk-21-jdk",
|
||||
"daemon",
|
||||
"net-tools"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue