You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When building docker image with
docker build -t cosmprund .
it fails with:The text was updated successfully, but these errors were encountered: