You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Update, currently using Linux Hyper-V virtual box on a windows host. Have attempted a traceroute, and ping to dl-cdn.alpinelinux.org, both successfully, so i'm not sure what the problem is
The text was updated successfully, but these errors were encountered:
Got the issue Friday when I was working on this. Figured since it said temporary error I would try again today, however the issue still remains.
Error below:
steve@steve:~/go/src/github.com/bytom$ sudo docker build -t bytom .
Sending build context to Docker daemon 214.7MB
Step 1/9 : FROM golang:1.9-alpine as builder
---> b0260be938c6
Step 2/9 : RUN apk add --no-cache make git
---> Running in 39922675f19f
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
git (missing):
required by: world[git]
make (missing):
required by: world[make]
The command '/bin/sh -c apk add --no-cache make git' returned a non-zero code: 2
Update, currently using Linux Hyper-V virtual box on a windows host. Have attempted a traceroute, and ping to dl-cdn.alpinelinux.org, both successfully, so i'm not sure what the problem is
The text was updated successfully, but these errors were encountered: