mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-16 08:38:03 +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
|
||
|
|