Skip to content

error reading package: cannot find package when building CFSSL Docker image #930

@onemark

Description

@onemark

Hi there,

When i want to build the CFSSL Docker container and use the Dockerfile then i get this error:

Step 7/10 : RUN go get github.com/cloudflare/cfssl_trust/... && go get github.com/GeertJohan/go.rice/rice && rice embed-go -i=./cli/serve && cp -R /go/src/github.com/cloudflare/cfssl_trust /etc/cfssl && go install ./cmd/...
---> Running in 33d977b07617
warning: ignoring symlink /go/src/github.com/cloudflare/cfssl_trust/vendor/github.com/prometheus/procfs/fixtures/self
warning: ignoring symlink /go/src/github.com/cloudflare/cfssl_trust/vendor/github.com/prometheus/procfs/fixtures/self
error reading package: cannot find package "./cli/serve" in:
/go/src/github.com/cloudflare/cfssl/cli/serve

The command '/bin/sh -c go get github.com/cloudflare/cfssl_trust/... && go get github.com/GeertJohan/go.rice/rice && rice embed-go -i=./cli/serve && cp -R /go/src/github.com/cloudflare/cfssl_trust /etc/cfssl && go install ./cmd/...' returned a non-zero code: 1

Any body know why get this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions