Skip to content

Commit 4a9a6a7

Browse files
Revert "feat: add linux gnu icu support"
1 parent f5cc586 commit 4a9a6a7

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)