mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 16:15:08 +02:00
Set right version of django rest framework
This commit is contained in:
@ -33,6 +33,8 @@ COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf
|
||||
|
||||
WORKDIR /opt/netbox/netbox
|
||||
|
||||
RUN pip3 install djangorestframework==3.6.4
|
||||
|
||||
COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
|
||||
ENTRYPOINT [ "/docker-entrypoint.sh" ]
|
||||
|
||||
|
Reference in New Issue
Block a user