mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
Added python_setuptools to Network Automation
This commit is contained in:
parent
319baa888e
commit
c12fb107e9
@ -4,7 +4,7 @@ FROM ubuntu:xenial
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-recommends install \
|
||||
telnet curl openssh-client nano vim-tiny iputils-ping python build-essential libssl-dev libffi-dev \
|
||||
python-pip ansible \
|
||||
python-pip python-setuptools ansible \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install cryptography netmiko napalm pyntc
|
||||
|
Loading…
x
Reference in New Issue
Block a user