Adding in support for NAPALM

This commit is contained in:
Brady Lamprecht 2018-03-05 17:56:18 -07:00 committed by Christian Mäder
parent df38f74c0e
commit 07b1b4675c
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
2 changed files with 5 additions and 1 deletions

View file

@ -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