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

Dockerfile Building Problem #6

Open
aminhusni opened this issue Feb 6, 2019 · 1 comment
Open

Dockerfile Building Problem #6

aminhusni opened this issue Feb 6, 2019 · 1 comment
Labels

Comments

@aminhusni
Copy link

aminhusni commented Feb 6, 2019

Step 5/18 : WORKDIR /go/src/github.com/faryon93/hlswatch
 ---> Running in f24c57976c4f
Removing intermediate container f24c57976c4f
 ---> ba967e993ae8
Step 6/18 : ADD ./ ./
 ---> 4eebf9040f52
Step 7/18 : RUN go get github.com/faryon93/hlswatch &&     go build -v -o /tmp/hlswatch .
 ---> Running in c700b50845ea
package github.com/influxdata/influxdb/client/v2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of:
        /usr/local/go/src/github.com/influxdata/influxdb/client/v2 (from $GOROOT)
        /go/src/github.com/influxdata/influxdb/client/v2 (from $GOPATH)
The command '/bin/sh -c go get github.com/faryon93/hlswatch &&     go build -v -o /tmp/hlswatch .' returned a non-zero code: 1
@faryon93 faryon93 added the bug label Feb 9, 2019
@faryon93
Copy link
Owner

faryon93 commented Feb 9, 2019

You fixed this in your PR (#11) as well. Thank you for that :)
Influx changed the import path.

Maybe its time to start using go modules now.

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

No branches or pull requests

2 participants