Skip to content

Installation inside Docker #75

Discussion options

You must be logged in to vote

This is really a Docker question, not a requests question. You'll have the same problem with any Go module. The "right" way to build a Docker image is a big topic, but the basic answer is there in the error message: you need to use COPY to copy go.mod and go.sum from your system into the Docker image to have it work.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sandeshsalunkhegh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants