Files
mrb-netbox-topology-views/Dockerfile
T
2022-08-03 12:07:58 +02:00

4 lines
170 B
Docker

FROM netboxcommunity/netbox:latest
COPY ./docker/plugin_requirements.txt /
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt