fix: add ldap non-python dep

This commit is contained in:
2023-07-17 00:26:44 +02:00
parent 77eb7f4533
commit eba319af5e

View File

@@ -2,6 +2,7 @@ FROM python:3.9-slim-buster
RUN apt update RUN apt update
RUN apt install python3-pip -y RUN apt install python3-pip -y
RUN apt install libsasl2-dev python-dev libldap2-dev libssl-dev
RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade pip
RUN apt install curl -y RUN apt install curl -y
RUN apt autoremove -y RUN apt autoremove -y