cln: add cargo and rustfmt as a build dependency

Related: #3054 #3086
This commit is contained in:
openoms 2022-05-05 20:09:17 +01:00
parent 86d20b95f4
commit fc8cb71953
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -44,6 +44,8 @@ function installDependencies()
gettext
# additional requirements
sudo apt-get install -y postgresql libpq-dev
# for cln-grpc
sudo apt-get install -y cargo rustfmt
# for pylightning
echo "- Install from the requirements.txt"
sudo -u bitcoin pip3 install --user mrkd==0.2.0