OCamlPro / freeton_wallet

The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.
https://ocamlpro.github.io/freeton_wallet
Other
14 stars 9 forks source link

ft debot --new doesn't work in docker #53

Closed NoamDev closed 3 years ago

NoamDev commented 3 years ago

Reproduction Steps:

docker pull ocamlpro/ft wget https://raw.githubusercontent.com/OCamlPro/freeton_wallet/master/docker/ft ./ft debot --new=HelloDebot

Calling git clone https://github.com/tonlabs/debots.git Error: Command 'git clone https://github.com/tonlabs/debots.git' exited with error code 127

lefessan commented 3 years ago

Thanks for the issue. I justed pushed a new image. Could you test if it fixes the problem ?

NoamDev commented 3 years ago

Yes, thank you! Closing.