mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
manifest: make sure we have a non-empty list for apt deps
This commit is contained in:
parent
2e525c68d4
commit
aa54f690b4
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "nginx" # Kind of "dummy" value to be sure to have a non-empty dep list
|
||||
packages_from_raw_bash = """
|
||||
if [[ "$with_mysql" = 1 ]]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue