Fix Docker build 90/6190/3 v4.0.0
authorAdam Israel <adam.israel@canonical.com>
Tue, 22 May 2018 14:05:24 +0000 (10:05 -0400)
committerAdam Israel <adam.israel@canonical.com>
Tue, 22 May 2018 15:12:38 +0000 (11:12 -0400)
commit0ba8fed3efa4f60d94413fa789bed8a659db6767
tree92fee56ca4ce37290cdbbb93415ed81bdd7cac5e
parent35b0be7c308fbc1062a616a430e6df18a3f25067
Fix Docker build

This fixes the docker build, that was failing while installing N2VC due
to a new version of websockets that was released.

We specifically install the latest 4.x release of websockets, known to
be compatible with libjuju, in conjunction with a patch to N2VC that
specifies the version requirement.

Installing the specific version is necessary because websockets is being
installed as a dependency to another python library that is installing
5.0, but installing 4.1 satisfies its requirements.

Change-Id: I390b2c3663f21b29e8527783d153127ca405ea8e
Signed-off-by: Adam Israel <adam.israel@canonical.com>
Dockerfile.local