mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-29 06:01:51 +00:00
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
|
|
FROM netboxcommunity/netbox:latest
|
||
|
|
|
||
|
|
COPY ./plugin_requirements.txt /
|
||
|
|
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
|