Open sercanCyberVision opened 1 month ago
Docker build from the source fails as below:
1.520 go: updates to go.mod needed; to update it: 1.520 go mod tidy Dockerfile.source:43 -------------------- 41 | WORKDIR /opt/ceremonyclient/client 42 | 43 | >>> RUN go build -o qclient ./main.go 44 | 45 | # Allows exporting single binary
Docker build from the source fails as below: