1
0
Fork 0
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:
Alexandre Aubin 2023-04-05 16:20:36 +02:00 committed by GitHub
parent 2e525c68d4
commit aa54f690b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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