docker: use pip install + poetry export instead of poetry update

I dunno man, poetry just seems like a mess.
This commit is contained in:
niftynei 2022-09-13 14:33:26 -05:00 committed by Rusty Russell
parent 37c07ddfe5
commit 37fc0d8c6f
1 changed files with 2 additions and 2 deletions

View File

@ -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