letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

when i use the docker to deploy this repo i got this error and i have no idea how to fix it #126

Closed K0zero closed 1 year ago

K0zero commented 1 year ago

i just used the docker compose up but i got this error

[ct-woodpecker-main-ct-woodpecker builder 6/6] RUN go install -v ./cmd/ct-woodpecker/...:

0 4.287 build github.com/letsencrypt/ct-woodpecker/cmd/ct-woodpecker: cannot find module for path crypto/ed25519


failed to solve: executor failed running [/bin/sh -c go install -v ./cmd/ct-woodpecker/...]: exit code: 1

K0zero commented 1 year ago

At last, what i can do is build in my machine and use copy command to copy the binary file into docker containers and this issue is closed.