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 Aug 28, 2019. It is now read-only.
docker build .
Sending build context to Docker daemon 2.048 kB
Sending build context to Docker daemon
Step 0 : FROM google/golang
---> 3cc1d7ae0e9c
Step 1 : ENV GOPATH $GOPATH:/gopath/src/github.com/docker/libcontainer/vendor
---> Using cache
---> daf544781010
Step 2 : WORKDIR /gopath/src/github.com/Yelp/dockersh
---> Using cache
---> feff3061b265
Step 3 : ADD . /gopath/src/github.com/Yelp/dockersh/
---> Using cache
---> 26ef3b958ad3
Step 4 : RUN go get
---> Running in 3694d8a25e36
can't load package: package github.com/Yelp/dockersh: no buildable Go source files in /gopath/src/github.com/Yelp/dockersh
INFO[0000] The command [/bin/sh -c go get] returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: