Added ldap as runtime dependency to Dockerfile

This commit is contained in:
MaxJa4 2022-03-03 22:20:19 +01:00 committed by MaxJa4
parent 8d3419952c
commit 6813077113

View File

@ -1,7 +1,7 @@
FROM python:3.10-alpine3.15 FROM python:3.10-alpine3.15
#Install all dependencies. #Install all dependencies.
RUN apk add --no-cache postgresql-libs postgresql-client gettext zlib libjpeg libwebp libxml2-dev libxslt-dev py-cryptography RUN apk add --no-cache postgresql-libs postgresql-client gettext zlib libjpeg libwebp libxml2-dev libxslt-dev py-cryptography openldap
#Print all logs without buffering it. #Print all logs without buffering it.
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1