feat(docker): Add debuging dependencies directly into the dockerfile (#17228)
This commit is contained in:
parent
f47749b9f0
commit
095a64195a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user