Skip to content

Commit

Permalink
feat(docker): Add debuging dependencies directly into the dockerfile …
Browse files Browse the repository at this point in the history
…(backport #17228) (#17230)
  • Loading branch information
mergify[bot] committed Jul 31, 2023
1 parent 404815c commit 1cc38b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ CMD ["simd"]
STOPSIGNAL SIGTERM
WORKDIR /root

# Install minimum necessary dependencies
RUN apk add --no-cache curl make bash jq sed

# Copy over binaries from the build-env
COPY --from=build-env /go/src/github.com/cosmos/cosmos-sdk/build/simd /usr/bin/simd

0 comments on commit 1cc38b9

Please sign in to comment.