Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running 'docker-compose up' #9

Open
fabriziomello opened this issue Dec 15, 2018 · 0 comments
Open

Error when running 'docker-compose up' #9

fabriziomello opened this issue Dec 15, 2018 · 0 comments

Comments

@fabriziomello
Copy link
Contributor

Hi all,

I'm trying to use structbase to start contributing but after clone repo and try 'docker-compose up' I got the following error:

$ docker-compose up
Building go
Step 1/8 : FROM golang:alpine
 ---> c283ac5a8f78
Step 2/8 : LABEL mantainer "[email protected]"
 ---> Using cache
 ---> f71a14777f65
Step 3/8 : RUN apk --no-cache add git wget
 ---> Using cache
 ---> 72a3004838f4
Step 4/8 : WORKDIR /go/src/github.com/structy/structbase
 ---> Using cache
 ---> 9d65a00b547a
Step 5/8 : COPY . /go/src/github.com/structy/structbase
 ---> Using cache
 ---> 6a67163f79cf
Step 6/8 : RUN go get -u github.com/golang/dep/... &&     dep ensure &&     go install &&     wget https://raw.githubusercontent.com/nuveo/tcp-port-wait/master/tcp-port-wait.sh &&     chmod +x tcp-port-wait.sh
 ---> Running in 89df38ba7a98
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
	ignoring go.mod;
	see 'go help modules'
package github.com/golang/dep/...: github.com/golang/dep/...: invalid import path: malformed import path "github.com/golang/dep/...": double dot
ERROR: Service 'go' failed to build: The command '/bin/sh -c go get -u github.com/golang/dep/... &&     dep ensure &&     go install &&     wget https://raw.githubusercontent.com/nuveo/tcp-port-wait/master/tcp-port-wait.sh &&     chmod +x tcp-port-wait.sh' returned a non-zero code: 1

$ docker --version
Docker version 17.03.2-ce, build f5ec1e2

$ docker-compose --version
docker-compose version 1.23.1, build b02f1306

If I'm correct the error is related to this issue: golang/go#29241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant