Set right version of django rest framework
This commit is contained in:
parent
5a37eaa351
commit
4576531634
@ -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" ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user