Skip to content

Commit

Permalink
fix livness test
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Oct 23, 2023
1 parent f54bdc6 commit d4f034e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/images/simd-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY log/go.mod log/go.sum /work/log/
COPY x/tx/go.mod x/tx/go.sum /work/x/tx/
COPY x/protocolpool/go.mod x/protocolpool/go.sum /work/x/protocolpool/
COPY x/gov/go.mod x/gov/go.sum /work/x/gov/
COPY x/distribution/go.mod x/distribution/go.sum /work/x/distribution/
RUN go mod download

COPY ./ /work
Expand Down

0 comments on commit d4f034e

Please sign in to comment.