cuberite / docker-build-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build is failing

sphinxc0re opened this issue · comments

I set up a automated docker build on the docker hub. It fails as seen below

Get:104 http://httpredir.debian.org/debian/ jessie/main libtext-soundex-perl amd64 3.4-1+b2 [13.7 kB]
Get:105 http://httpredir.debian.org/debian/ jessie/main make amd64 4.0-8.1 [349 kB]
Get:106 http://httpredir.debian.org/debian/ jessie/main manpages-dev all 3.74-1 [1865 kB]
Get:107 http://httpredir.debian.org/debian/ jessie/main rename all 0.20-3 [12.4 kB]
Err http://httpredir.debian.org/debian/ jessie/main xauth amd64 1:1.0.9-1
  Error reading from server. Remote end closed connection [IP: 5.153.231.35 80]
Get:108 http://httpredir.debian.org/debian/ jessie/main rsync amd64 3.1.1-3 [390 kB]
Get:109 http://httpredir.debian.org/debian/ jessie/main xml-core all 0.13+nmu2 [24.2 kB]
Fetched 73.2 MB in 10s (7143 kB/s)
�[91mE�[0m�[91m: Failed to fetch http://httpredir.debian.org/debian/pool/main/x/xauth/xauth_1.0.9-1_amd64.deb  Error reading from server. Remote end closed connection [IP: 5.153.231.35 80]
�[0m�[91m
E�[0m�[91m: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?�[0m�[91m
�[0mRemoving intermediate container 84da42e2341e
The command '/bin/sh -c apt-get update && apt-get install -y git gcc g++ cmake make' returned a non-zero code: 100

That's either a problem with the docker hub or the debian image. Is this error repeatable or is it just a one-off?

Seems like it isnt repeatable at all.