I have Dockerized the steps to run a seeder node, however when running the container I get this error:
❯ docker run --env-file .env -it qdii/radicle:latest
Initializing your radicle 👾 identity
✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkwJLedEnL3J9YihZxb83TxJpEsb3dhWJ3vUM69UCNmF4i. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.
To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.
Node is stopped.
To start it, run `rad node start`.
✗ Node starting.. (13) <canceled>
✗ Error: node failed to start. Try running it with `rad node start --foreground`, or check the logs with `rad node logs`
2024-07-03T22:18:04.321Z INFO node Starting node..
2024-07-03T22:18:04.321Z INFO node Version 1.0.0-rc.12 (f7d8f1b8)
2024-07-03T22:18:04.321Z INFO node Unlocking node keystore..
2024-07-03T22:18:04.321Z ERROR node Fatal: couldn't load secret key: ssh keygen: private key is already decrypted
Any clue what could be going on here?