Skip to content

Commit

Permalink
Switch repository to an alpine linux mirror
Browse files Browse the repository at this point in the history
alpine.gliderlabs.com DNS is not responding / causing a DNS SERVFAIL.
See: gliderlabs/docker-alpine#552
  • Loading branch information
lingmann committed Dec 29, 2020
1 parent 7221ae8 commit bdeed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

echo "http://alpine.gliderlabs.com/alpine/v3.5/community" >> /etc/apk/repositories
echo "https://dl-cdn.alpinelinux.org/alpine/v3.5/community" >> /etc/apk/repositories
apk add --update 'go>1.7' git mercurial build-base ca-certificates

mkdir -p /go/src/github.com/gliderlabs
Expand Down

0 comments on commit bdeed53

Please sign in to comment.