unit-test: Socks proxy support while building the container

This makes it possible for build-unit-test to respect the HTTP{,S}_PROXY
environment variables passed from the docker engine. We had to switch
from wget to curl because the ubuntu wget doesn't understand as many
proxy protocols as curl. The python pip command's use of internal http
libraries requires the python-socks dependency for this to work.

Change-Id: Iae2b0a0a0573c0b80552b070149420fc1c844350
Signed-off-by: William A. Kennington III <wak@google.com>
1 file changed