We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11217c7 commit 5a49e99Copy full SHA for 5a49e99
1 file changed
Dockerfile
@@ -96,8 +96,8 @@ RUN groupadd -g ${ZOPE_GID} zope-www && \
96
97
# Configure OpenLDAP
98
RUN mkdir -p /etc/ldap && \
99
- echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt\nREFERRALS off" > /etc/ldap/ldap.conf
100
-
+ echo "TLS_CACERT /etc/ssl/certs/ca-certificates.crt" > /etc/ldap/ldap.conf && \
+ echo "REFERRALS off" >> /etc/ldap/ldap.conf
101
# Copy installation from builder
102
COPY --from=builder --chown=${ZOPE_UID}:${ZOPE_GID} $ZOPE_HOME $ZOPE_HOME
103
0 commit comments