Prepare for Netbox 2.7

This commit is contained in:
Christian Mäder 2019-12-16 12:51:59 +01:00
parent 40ef427336
commit 355f9d4cf7
5 changed files with 34 additions and 15 deletions

View file

@ -26,7 +26,9 @@ RUN pip install --prefix="/install" --no-warn-script-location \
# ruamel is used in startup_scripts
'ruamel.yaml>=0.15,<0.16' \
# django_auth_ldap is required for ldap
django_auth_ldap
django_auth_ldap \
# django-storages was introduced in 2.7 and is optional
django-storages
ARG NETBOX_PATH
COPY ${NETBOX_PATH}/requirements.txt /