Unable to build a docker image with below docker file

Hi Folks,

I am facing below docker build issue

Could not reach any registry endpoint

Any suggestions to fix this ?

Docker file:

FROM alpine
MAINTAINER Kelsey Hightower kelsey.hightower@kuar.io
COPY bin/kuard /kuard
ENTRYPOINT ["/kuard"]