Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:47:22 +02:00 committed by GitHub
parent 737d5cbf54
commit a534ba1594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@ ram.runtime = "100M"
"libpq-dev", "libpq-dev",
"postgresql", "postgresql",
"postgresql-contrib", "postgresql-contrib",
"redis-server",
] ]
[resources.database] [resources.database]