Adding in support for NAPALM

This commit is contained in:
Brady Lamprecht 2018-03-05 17:56:18 -07:00
parent ae9a3f04a5
commit ce98ce7d7e
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