Fix pip version dependency 62/8162/3 v6.0.4
authorAdam Israel <adam.israel@canonical.com>
Thu, 14 Nov 2019 00:05:49 +0000 (16:05 -0800)
committermadavi <jm00553988@techmahindra.com>
Thu, 14 Nov 2019 04:15:35 +0000 (05:15 +0100)
commite83834a5c4af7583c80ea6110d8ec541aef3f39e
treefbb5f0ca5bb7528fa13c70f495c8cdfd888c5403
parent6fcb935a92e8c8a68bf1f8bcc004146dbdc3f0c1
Fix pip version dependency

There are numerous package differences between the Docker image built by
Jenkins and the Dockerfile.local in the LCM repository. One of these
version mismatches is causing native charms in 6.0.4rc1 to fail.

In particular, the version of cffi needs to be upgraded in order for the
paramiko library to successfully ssh to the VM being used to run the
native charm.

This patch installs the current stable version, 1.13.2, of cffi, rather
than the previously installed version of 1.5.2

Change-Id: If200314a16b652562bb543c0415de4e71c0bcb09
Signed-off-by: Adam Israel <adam.israel@canonical.com>
docker/LCM/Dockerfile