6 lines
206 B
Docker
6 lines
206 B
Docker
|
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
|