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 71d36e4 commit 614a9efCopy full SHA for 614a9ef
dockerfiles/Dockerfile.linux-musl
@@ -61,7 +61,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
61
--enable-integer-datetimes \
62
--enable-option-checking=fatal \
63
--enable-tap-tests \
64
- --enable-thread-safety \
+ $([ $major_version -le 16 ] && echo "--enable-thread-safety") \
65
--with-gssapi \
66
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
67
--without-ldap \
0 commit comments