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

This commit is contained in:
mergify[bot] 2023-07-31 20:02:03 +02:00 committed by GitHub
parent 515042bb2e
commit a1f1104d7a
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