Updated Using Netbox Plugins (markdown)
+1
-1
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user