feat(docker): Add debuging dependencies directly into the dockerfile (#17228)

This commit is contained in:
Anmol 2023-07-31 23:07:12 +05:30 committed by GitHub
parent f47749b9f0
commit 095a64195a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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