Skip to content

Commit

Permalink
Switch to our own fork of netbox-napalm
Browse files Browse the repository at this point in the history
  • Loading branch information
uubk committed Oct 7, 2023
1 parent 6598633 commit 3ad96f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile-Plugins
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
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
RUN apt update && \
apt install -y git && \
/opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt && \
rm -rf /var/lib/apt/lists/*

# These lines are only required if your plugin has its own static files.
COPY configuration/configuration.py /etc/netbox/config/configuration.py
Expand Down
2 changes: 1 addition & 1 deletion plugin_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netbox-napalm-plugin
netbox-napalm-plugin @ git+https://github.com/VSETH-GECO/netbox-napalm.git@main
napalm-ruckus-fastiron

0 comments on commit 3ad96f8

Please sign in to comment.