mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 22:02:37 +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 |