4 lines
No EOL
159 B
Text
4 lines
No EOL
159 B
Text
FROM netboxcommunity/netbox:latest
|
|
|
|
COPY ./plugin_requirements.txt /
|
|
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt |