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?