File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ RUN apt-get update --quiet --yes \
4646 libssl1.1 \
4747 tzdata \
4848 jq \
49+ git \
4950 sudo \
5051 procps \
5152 && rm -rf /var/lib/apt/lists/*
@@ -70,7 +71,7 @@ RUN export GOBIN="$(pwd)/bin" \
7071 && curl -L "https://github.com/coinbase/mesh-cli/archive/refs/tags/v0.10.1.tar.gz" -o "/tmp/v0.10.1.tar.gz" \
7172 && tar xzf "/tmp/v0.10.1.tar.gz" -C "/tmp" \
7273 && cd "/tmp/mesh-cli-0.10.1" \
73- && /usr/lib/go/bin/go mod edit -replace github.com/coinbase/mesh -sdk-go@v0.8.1=github.com/MinaProtocol/rosetta-sdk-go@stake-delegation-v1 \
74+ && /usr/lib/go/bin/go mod edit -replace github.com/coinbase/rosetta -sdk-go@v0.8.1=github.com/MinaProtocol/rosetta-sdk-go@stake-delegation-v1 \
7475 && /usr/lib/go/bin/go mod tidy \
7576 && /usr/lib/go/bin/go install
7677
You can’t perform that action at this time.
0 commit comments