Skip to content

Commit

Permalink
Kerberos Authentication in LDAP-Resolver (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ssd authored Jun 3, 2024
2 parents e798329 + 3c34b37 commit c181d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_IMAGE_TAG=3.8.18-slim-bookworm
FROM python:$BASE_IMAGE_TAG as builder
ENV VIRTUAL_ENV=/opt/privacyidea
WORKDIR $VIRTUAL_ENV
RUN apt-get update && apt-get install -y python3-dev gcc libpq-dev
RUN apt-get update && apt-get install -y python3-dev gcc libpq-dev libkrb5-dev
COPY requirements.txt requirements.txt
RUN python3 -m venv "$VIRTUAL_ENV" && . $VIRTUAL_ENV/bin/activate && pip3 install wheel && pip3 install -r requirements.txt

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ psycopg2==2.9.9
grpcio==1.62.2
grpcio-tools==1.62.2
gunicorn==22.0.0
gssapi==1.8.3

0 comments on commit c181d6a

Please sign in to comment.