mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
Added pip upgrade to Network Automation
This commit is contained in:
parent
e7a1f2d398
commit
319baa888e
@ -6,6 +6,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-rec
|
||||
telnet curl openssh-client nano vim-tiny iputils-ping python build-essential libssl-dev libffi-dev \
|
||||
python-pip ansible \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install cryptography netmiko napalm pyntc
|
||||
|
||||
VOLUME [ "/root" ]
|
||||
|
Loading…
Reference in New Issue
Block a user