docker-inventree/inventree-ldap/Dockerfile

6 lines
206 B
Docker
Raw Permalink Normal View History

FROM inventree/inventree:stable
RUN apt-get update && apt-get install -y build-essential libldap2-dev libsasl2-dev
RUN pip3 install --no-cache-dir --disable-pip-version-check python-ldap django-auth-ldap