This commit is contained in:
parent
515042bb2e
commit
a1f1104d7a
@ -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