From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> It also does not work with apt-cacher-ng because the server generates redirects for some reason. Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> --- buildlib/cbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/buildlib/cbuild b/buildlib/cbuild index a659a77fc5bb74..e012b08b5fbb76 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -360,6 +360,7 @@ class leap(ZypperEnvironment): aliases = {"leap"}; class tumbleweed(ZypperEnvironment): + proxy = False; docker_parent = "opensuse/tumbleweed:latest"; pkgs = leap.pkgs; name = "tumbleweed"; -- 2.21.0