mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
docker: use pip install + poetry export instead of poetry update
I dunno man, poetry just seems like a mess.
This commit is contained in:
parent
37c07ddfe5
commit
37fc0d8c6f
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ export LIGHTNINGD_POSTGRES_NO_VACUUM=1
|
|||
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --user poetry
|
||||
poetry config virtualenvs.create false --local
|
||||
poetry install
|
||||
poetry export --dev --without-hashes -o requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
|
||||
git submodule update --init --recursive
|
||||
|
|
Loading…
Add table
Reference in a new issue