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

Docker build fails #30

Open
gonzalomarcote opened this issue Jul 19, 2024 · 1 comment · May be fixed by #31
Open

Docker build fails #30

gonzalomarcote opened this issue Jul 19, 2024 · 1 comment · May be fixed by #31

Comments

@gonzalomarcote
Copy link

When building docker image with docker build -t cosmprund . it fails with:

46.41 cmd/pruner.go:13:2: no required module provides package github.com/cosmos/cosmos-sdk/x/consensus/types; to add it:
46.41 	go get github.com/cosmos/cosmos-sdk/x/consensus/types
------
Dockerfile:8
--------------------
   6 |     WORKDIR /app
   7 |
   8 | >>> RUN go build -o cosmprund
   9 |
  10 |     FROM alpine
--------------------
ERROR: failed to solve: process "/bin/sh -c go build -o cosmprund" did not complete successfully: exit code: 1
@sigv
Copy link

sigv commented Sep 27, 2024

This report is a duplicate of #22.

@sigv sigv linked a pull request Sep 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants