File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,11 @@ FROM ubuntu:20.04
4040ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/src/coordinator/internal/logic/verifier/lib
4141ENV CGO_LDFLAGS="-Wl,--no-as-needed -ldl"
4242# ENV CHAIN_ID=534353
43- RUN apt update && apt install vim netcat-openbsd net-tools curl jq -y
43+ RUN apt update && apt install vim netcat-openbsd net-tools curl jq wget -y
4444RUN mkdir -p /src/coordinator/internal/logic/verifier/lib
45+ RUN mkdir -p /usr/local/bin
46+ RUN wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux -O /usr/local/bin/solc
47+ RUN chmod +x /usr/local/bin/solc
4548COPY --from=builder /bin/lib /src/coordinator/internal/logic/verifier/lib
4649COPY --from=builder /bin/coordinator_api /bin/
4750RUN /bin/coordinator_api --version
You can’t perform that action at this time.
0 commit comments