mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-08 02:56:41 +02:00
Updated Using Netbox Plugins (markdown)
parent
5f675c0e65
commit
cfd7935ec5
@ -33,7 +33,7 @@ The new `Dockerfile-Plugins` will enable us to build a new image with the requir
|
|||||||
```
|
```
|
||||||
FROM netboxcommunity/netbox:latest
|
FROM netboxcommunity/netbox:latest
|
||||||
|
|
||||||
copy ./plugin_requirements.txt /
|
COPY ./plugin_requirements.txt /
|
||||||
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
|
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
|
||||||
|
|
||||||
# These lines are only required if your plugin has its own static files.
|
# These lines are only required if your plugin has its own static files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user