Skip to content

Commit 3a26450

Browse files
committed
DevOps: add libicu-devel to Rocky Linux build images
Add libicu-devel package to Rocky Linux 8, 9, and 10 Dockerfiles to provide ICU (International Components for Unicode) library support required for PostgreSQL 16 kernel compilation. This dependency is already present in Ubuntu 22.04 and Ubuntu 24.04 development images, ensuring consistency across all supported build platforms for PostgreSQL 16 compilation requirements.
1 parent f9ca4fa commit 3a26450

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

devops/deploy/docker/build/rocky10/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ RUN dnf makecache && \
118118
krb5-devel \
119119
libcurl-devel \
120120
libevent-devel \
121+
libicu-devel \
121122
libxml2-devel \
122123
libuuid-devel \
123124
libzstd-devel \

devops/deploy/docker/build/rocky8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ RUN dnf makecache && \
9999
krb5-devel \
100100
libcurl-devel \
101101
libevent-devel \
102+
libicu-devel \
102103
libssh2-devel \
103104
libuuid-devel \
104105
libxml2-devel \

devops/deploy/docker/build/rocky9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ RUN dnf makecache && \
120120
libcurl-devel \
121121
libssh2-devel \
122122
libevent-devel \
123+
libicu-devel \
123124
libxml2-devel \
124125
libuuid-devel \
125126
libzstd-devel \

0 commit comments

Comments
 (0)