mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
FROM netboxcommunity/netbox:latest
|
|
COPY ./plugin_requirements.txt /opt/netbox/
|
|
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt
|
|
|