mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update manifest.toml: add shared-mime-info to apt deps, kind of unrelated to packaging v2 but cf issues from the forum
This commit is contained in:
parent
a8344d4185
commit
51327deaad
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "build-essential, patch, libpq-dev, ntp, ntpdate, tzdata, curl, git, imagemagick, libc-dev, zlib1g-dev, xz-utils, postgresql, libidn11-dev"
|
||||
packages = "build-essential, patch, libpq-dev, ntp, ntpdate, tzdata, curl, git, imagemagick, libc-dev, zlib1g-dev, xz-utils, postgresql, libidn11-dev, shared-mime-info"
|
||||
|
||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
|
|
Loading…
Add table
Reference in a new issue