From 319baa888e740f6fb0d5b9d19c224c79bd43945f Mon Sep 17 00:00:00 2001 From: adosztal Date: Tue, 27 Jun 2017 19:30:14 +0200 Subject: [PATCH] Added pip upgrade to Network Automation --- docker/network_automation/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/network_automation/Dockerfile b/docker/network_automation/Dockerfile index 546133f..c534efd 100644 --- a/docker/network_automation/Dockerfile +++ b/docker/network_automation/Dockerfile @@ -6,6 +6,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-rec telnet curl openssh-client nano vim-tiny iputils-ping python build-essential libssl-dev libffi-dev \ python-pip ansible \ && rm -rf /var/lib/apt/lists/* \ + && pip install --upgrade pip \ && pip install cryptography netmiko napalm pyntc VOLUME [ "/root" ]