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
…17228)

(cherry picked from commit 095a641)
  • Loading branch information
Anmol1696 authored and mergify[bot] committed Jul 31, 2023
1 parent 404815c commit 463f53b
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 463f53b

Please sign in to comment.