Added python_setuptools to Network Automation

This commit is contained in:
adosztal 2017-06-27 19:35:00 +02:00
parent 319baa888e
commit c12fb107e9

View File

@ -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