Open BenoitPoulet opened 6 years ago
Running into the same issue on Ubuntu 16.0.4 & macOS 10.13.2
@BenoitPoulet @craig-duffin in sentry-onpremise repo's Dockerfile,
On CentOS run yum install openldap-devel
Thanks @aravind-zrx, it worked for me. But when I use version 9.1-onbuild, the following configuration worked for me:
FROM sentry:9.1-onbuild
RUN apt-get update && apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev
RUN pip install sentry-ldap-auth
# Add plugins here
# Nothing
Due to this issue I have to use the onbuild version, otherwise the config.yml file will not be executed.
Env : CentOS Linux release 7.4.1708 (Core)
With these installed :
How to reproduce:
git clone https://github.com/getsentry/onpremise.git
change requirements.txt like this :
Hit error like this