mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 22:55:44 +03:00
10 lines
217 B
Docker
10 lines
217 B
Docker
FROM sentry
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends sudo gcc libsasl2-dev libldap2-dev libssl-dev
|
|
|
|
RUN pip install sentry-ldap-auth
|
|
|
|
RUN sudo -i -u sentry pip install sentry-ldap-auth
|
|
|