mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
miniflux: Drop postgres-contrib package as it seem redundant
Both postgres and postgres-contrib package seem to pull the postgres-16 package ultimately. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
0b58a39758
commit
948f8f7e59
@ -60,11 +60,7 @@ class MinifluxApp(app_module.App):
|
||||
login_required=True)
|
||||
self.add(shortcut)
|
||||
|
||||
packages = Packages('packages-miniflux', [
|
||||
'miniflux',
|
||||
'postgresql',
|
||||
'postgresql-contrib',
|
||||
])
|
||||
packages = Packages('packages-miniflux', ['miniflux', 'postgresql'])
|
||||
self.add(packages)
|
||||
|
||||
drop_in_configs = DropinConfigs(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user