Skip to content

Commit 3baf249

Browse files
Merge pull request #10 from theseus-rs/add-linux-gnu-icu-support
feat: add linux gnu icu support
2 parents d4c483a + 47a614c commit 3baf249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.linux-gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
5757
--enable-option-checking=fatal \
5858
$([ $major_version -le 16 ] && echo "--enable-thread-safety") \
5959
--with-gssapi \
60-
--without-icu \
60+
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
6161
--without-ldap \
6262
--with-libxml \
6363
--with-libxslt \

0 commit comments

Comments
 (0)