mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 09:49:34 +00:00
implement LDAP as authentication backend support (#274)
This commit is contained in:
committed by
simon
parent
5407d35779
commit
fd75def6c3
@@ -7,7 +7,7 @@ FROM python:3.10.5-slim-bullseye AS builder
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends build-essential gcc
|
||||
RUN apt-get install -y --no-install-recommends build-essential gcc libldap2-dev libsasl2-dev libssl-dev
|
||||
|
||||
# install requirements
|
||||
COPY ./tubearchivist/requirements.txt /requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user