1
1
Fork 0
nixos/options/custom/containers/netbox/Dockerfile
Myned 3e787c2cba
containers: add netbox with plugins
Signed-off-by: Myned <dev@bjork.tech>
2024-10-06 10:16:06 -05:00

5 lines
247 B
Docker

# TODO: Upgrade to v4.1 when supported by netbox-acls
FROM docker.io/netboxcommunity/netbox:v4.0.11
COPY ./plugin_requirements.txt /opt/netbox/
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt