Fix building packages: work around pip having a mind of its own with
authorWard Vandewege <ward@curoverse.com>
Mon, 25 Apr 2016 15:38:52 +0000 (11:38 -0400)
committerWard Vandewege <ward@curoverse.com>
Mon, 25 Apr 2016 15:39:52 +0000 (11:39 -0400)
commitd021d4a0549210dd513d4d28735ad81db85cafbf
treea041f476a1f8643d1eae989bc6a1a0dfed1a6fe3
parent628f2f2e1bfabdb7221badab3d5189011aee5a54
Fix building packages: work around pip having a mind of its own with
regard to downloading zip or tar archives.

This requires the addition of the 'unzip' tool to the docker images used
to build packages, so they will need to be rebuilt.

No issue #
build/package-build-dockerfiles/centos6/Dockerfile
build/package-build-dockerfiles/debian7/Dockerfile
build/package-build-dockerfiles/debian8/Dockerfile
build/package-build-dockerfiles/ubuntu1204/Dockerfile
build/package-build-dockerfiles/ubuntu1404/Dockerfile
build/run-build-packages.sh