mirror of https://github.com/zulip/zulip.git
provision: Install postgresql-devel on CentOS as system dependency.
This commit is contained in:
parent
9898c07e0d
commit
60563e9180
|
@ -170,6 +170,7 @@ elif "rhel" in os_families():
|
|||
pkg.format(POSTGRES_VERSION) for pkg in [
|
||||
"postgresql{0}-server",
|
||||
"postgresql{0}",
|
||||
"postgresql{0}-devel",
|
||||
"postgresql{0}-pgroonga",
|
||||
]
|
||||
] + REDHAT_VENV_DEPENDENCIES
|
||||
|
|
Loading…
Reference in New Issue