Skip to content

Commit e798bdb

Browse files
Merge pull request #12 from theseus-rs/revert-10-add-linux-gnu-icu-support
Revert "feat: add linux gnu icu support"
2 parents f5cc586 + 4a9a6a7 commit e798bdb

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-
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
60+
--without-icu \
6161
--without-ldap \
6262
--with-libxml \
6363
--with-libxslt \

0 commit comments

Comments
 (0)