2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-21 11:18:01 +03:00
2023-03-18 16:43:34 +03:00

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