Adding in support for NAPALM
This commit is contained in:

committed by
Christian Mäder

parent
df38f74c0e
commit
07b1b4675c
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user