Skip to content

Commit

Permalink
dockerfile: fix ldap build option
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 15, 2024
1 parent bd1488b commit 724b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apt-get update -y && \
make install && \
cd /tmp/SOGo && \
./configure --enable-debug --disable-strip --enable-saml2 \
--enable-mfa --enable-sodium --with-ldap-config && \
--enable-mfa --enable-sodium --enable-ldap-config && \
make && \
make install

Expand Down

0 comments on commit 724b9e3

Please sign in to comment.