Skip to content

Commit c35fb9c

Browse files
committed
openstack-base: Fix psycopg2 install on EL
pg_config has been moved to postgresql-server, postgresql-devel only installs a link to pg_config which is unresolvable without -server package. Installing postgresql-server-devel to include headers which are also required for building psycopg2. Change-Id: I35548a02f652c035c17aabe149752322ffc869c4 Signed-off-by: Michal Nasiadka <[email protected]>
1 parent 8ef672b commit c35fb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/openstack-base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2727
'pcre2-devel',
2828
'postgresql',
2929
'postgresql-devel',
30+
'postgresql-server-devel',
3031
'python3-devel',
3132
'python3-mod_wsgi',
3233
'sqlite-devel',

0 commit comments

Comments
 (0)