From 564a73241ffe300860300fd950d268ed59e41fd7 Mon Sep 17 00:00:00 2001 From: adosztal Date: Tue, 27 Jun 2017 19:42:02 +0200 Subject: [PATCH] Added python-dev to Network Automation --- docker/network_automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/network_automation/Dockerfile b/docker/network_automation/Dockerfile index 6c44ca5..7640c87 100644 --- a/docker/network_automation/Dockerfile +++ b/docker/network_automation/Dockerfile @@ -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 python-setuptools ansible \ + python-pip python-setuptools python-dev ansible \ && rm -rf /var/lib/apt/lists/* \ && pip install --upgrade pip \ && pip install cryptography netmiko napalm pyntc