Merge pull request #247 from adosztal/master

Updated Network Automation appliance
This commit is contained in:
Jeremy Grossmann 2017-07-20 09:50:55 +07:00 committed by GitHub
commit 550d16856c

View File

@ -2,9 +2,12 @@
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-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 python3 software-properties-common \
&& apt-add-repository -y ppa:ansible/ansible \
&& apt-get update && apt-get -y --no-install-recommends install ansible \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --upgrade pip \
&& pip install cryptography netmiko napalm pyntc