Adding in support for NAPALM
This commit is contained in:
parent
df38f74c0e
commit
07b1b4675c
2 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,8 @@ RUN apk add --no-cache \
|
|||
RUN pip install \
|
||||
# gunicorn is used for launching netbox
|
||||
gunicorn \
|
||||
# napalm is used for gathering information from network devices
|
||||
napalm \
|
||||
# ruamel is used in startup_scripts
|
||||
ruamel.yaml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue