Newer
Older
netbox-docker / Dockerfile.ldap
@Christian Mäder Christian Mäder on 5 Mar 2018 276 bytes 🐳 Allow variants from other source images
ARG DOCKER_ORG=ninech
ARG DOCKER_REPO=netbox
ARG FROM_TAG=latest
FROM $DOCKER_ORG/$DOCKER_REPO:$FROM_TAG

RUN pip install django_auth_ldap

COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py
COPY configuration/ldap_config.py /etc/netbox/ldap_config.py