We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5cc586 + 4a9a6a7 commit e798bdbCopy full SHA for e798bdb
dockerfiles/Dockerfile.linux-gnu
@@ -57,7 +57,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
57
--enable-option-checking=fatal \
58
$([ $major_version -le 16 ] && echo "--enable-thread-safety") \
59
--with-gssapi \
60
- $([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
+ --without-icu \
61
--without-ldap \
62
--with-libxml \
63
--with-libxslt \
0 commit comments