Skip to content

Commit

Permalink
PMIND-38 Fix LDAP conf in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Aug 28, 2023
1 parent dee22d8 commit 067ba9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,14 @@ RUN apt-get update \
libmagic1 \
libldap-2.5-0 \
ldap-utils \
libldap-common \
libpq5 \
lbzip2 \
libsigc++-2.0-0v5 \
zint \
&& rm -rf /var/lib/apt/lists/* \
&& gem install docsplit \
&& echo -e "TLS_REQCERT\tallow" >> /etc/ldap.conf \
&& echo "TLS_REQCERT allow" >> /etc/ldap/ldap.conf \
&& su -c "bin/pip install 'python-ldap==2.4.15' -r requirements.txt" -s /bin/bash imio \
&& chmod +x /plone/*.sh

Expand Down

0 comments on commit 067ba9e

Please sign in to comment.