path
This commit is contained in:
parent
b19b2c885a
commit
b7bca82070
14
Dockerfile
14
Dockerfile
@ -10,21 +10,19 @@ RUN curl -o fetch.sh https://raw.githubusercontent.com/lushdog/quil-docker/refs/
|
||||
|
||||
RUN chmod +x node
|
||||
|
||||
WORKDIR /opt/node
|
||||
|
||||
RUN go install github.com/fullstorydev/grpcurl/cmd/grpcurl@v1.9.1
|
||||
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ENV GOEXPERIMENT=arenas
|
||||
|
||||
COPY --from=build /opt/node /usr/local/bin
|
||||
COPY --from=build /opt/node.dgst /usr/local/bin
|
||||
COPY --from=build /opt/node.dgst.sig.* /usr/local/bin
|
||||
COPY --from=build /opt/node/node /usr/local/bin
|
||||
COPY --from=build /opt/node/node.dgst /usr/local/bin
|
||||
COPY --from=build /opt/node/node.dgst.sig.* /usr/local/bin
|
||||
|
||||
COPY --from=build /opt/qclient /usr/local/bin
|
||||
COPY --from=build /opt/qclient.dgst /usr/local/bin
|
||||
COPY --from=build /opt/qclient.dgst.sig.* /usr/local/bin
|
||||
COPY --from=build /opt/node/qclient /usr/local/bin
|
||||
COPY --from=build /opt/node/qclient.dgst /usr/local/bin
|
||||
COPY --from=build /opt/node/qclient.dgst.sig.* /usr/local/bin
|
||||
|
||||
COPY --from=build /go/bin/grpcurl /usr/local/bin
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user