Hey,
Been trying to build over the last few hours and I keep getting hung up on here:
Step 2/7 : RUN apk add --no-cache ca-certificates make curl git
---> Running in 5530e241112
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
curl (missing):
required by: world[curl]
git (missing):
required by: world[git]
make (missing):
required by: world[make]
The command '/bin/sh -c apk add --no-cache ca-certificates make curl git' returned a non-zero code: 3
Anyway around this? Anyway I can get a mirror working?
See the end of this issue https://github.com/gliderlabs/docker-alpine/issues/155 for a solution. Seems to be working for me until they resolve issues with the other mirrors
Encountered same thing use above to fix ^
Thanks @willtrking
Most helpful comment
See the end of this issue https://github.com/gliderlabs/docker-alpine/issues/155 for a solution. Seems to be working for me until they resolve issues with the other mirrors