mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
Add postgresql dependency
This commit is contained in:
parent
3433e14d05
commit
b8c9ba8cb9
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,7 @@ ram.runtime = "50M"
|
|||
[resources.sources.miniforge3]
|
||||
url = "https://github.com/conda-forge/miniforge/releases/download/4.10.1-4/Miniforge3-4.10.1-4-Linux-aarch64.sh"
|
||||
sha256 = "68f11be0b8272b9218f62fa3ba1b7c58783427e65db7b7ba77e7cdf91f099540"
|
||||
format = "sh"
|
||||
format = "whatever"
|
||||
rename = "Miniforge3-4.10.1-4-Linux-aarch64.sh"
|
||||
|
||||
|
||||
|
@ -149,6 +149,7 @@ ram.runtime = "50M"
|
|||
"libmagickwand-dev",
|
||||
"libldap2-dev",
|
||||
"libsasl2-dev",
|
||||
"postgresql",
|
||||
]
|
||||
|
||||
packages_from_raw_bash = """
|
||||
|
|
Loading…
Add table
Reference in a new issue