When running the Docker image, it says this:
Ledger=Disabled Optional ledger library is not installed, run pip install safe-cli[ledger]
However, pip is not available in the Docker context.
How can we install the safe-cli[ledger] in Docker and use it there?
When running the Docker image, it says this:
However,
pipis not available in the Docker context.How can we install the
safe-cli[ledger]in Docker and use it there?