mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 17:22:48 +00:00
Updated Network Automation dockerfile with new packages
This commit is contained in:
parent
c1a9924f24
commit
f98acfb451
@ -2,9 +2,10 @@
|
||||
|
||||
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 python-setuptools python-dev net-tools ansible \
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-add-repository -y ppa:ansible/ansible && 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 python-setuptools \
|
||||
python-dev net-tools ansible python3 software-properties-common \
|
||||
&& 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