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 d4c483a + 47a614c commit 3baf249Copy full SHA for 3baf249
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
- --without-icu \
+ $([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
61
--without-ldap \
62
--with-libxml \
63
--with-libxslt \
0 commit comments