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.
1 parent 191ebfd commit 67d4da0Copy full SHA for 67d4da0
dockerfiles/Dockerfile.linux-gnu
@@ -62,7 +62,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
62
--enable-option-checking=fatal \
63
--enable-thread-safety \
64
--with-gssapi \
65
- $([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
+ --without-icu \
66
$([ $major_version -ge 11 ] && echo "--with-ldap") \
67
--with-libxml \
68
--with-libxslt \
0 commit comments