Merge pull request #11 from ninech/revert_drf_workaround

Removes workaround for Django Rest Framework
This commit is contained in:
Christian Mäder
2017-10-12 15:51:49 +02:00
committed by GitHub

View File

@@ -26,9 +26,6 @@ RUN wget -q -O - "${URL}" | tar xz \
WORKDIR /opt/netbox WORKDIR /opt/netbox
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
# Netbox requires v3.6.4 of django rest framework
# https://github.com/digitalocean/netbox/issues/1564
RUN pip install djangorestframework==3.6.4
RUN ln -s configuration.docker.py /opt/netbox/netbox/netbox/configuration.py RUN ln -s configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
COPY docker/gunicorn_config.py /opt/netbox/ COPY docker/gunicorn_config.py /opt/netbox/