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
  • Loading branch information
Anmol1696 committed Jul 31, 2023
1 parent f47749b commit 095a641
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 @@ -48,5 +48,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 095a641

Please sign in to comment.