Fix poetry
Some checks failed
Docker packaging / main (push) Has been cancelled

This commit is contained in:
nicolas.dorier 2025-03-31 19:52:15 +09:00
parent 51688fda38
commit 1df5274a52
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -257,7 +257,7 @@ RUN ./configure --prefix=/tmp/lightning_install --enable-static && poetry run ma
# Export the requirements for the plugins so we can install them in builder-python stage
WORKDIR /opt/lightningd/plugins/wss-proxy
RUN poetry export -o requirements.txt --without-hashes
RUN poetry lock && poetry export -o requirements.txt --without-hashes
WORKDIR /opt/lightningd
RUN echo 'RUSTUP_INSTALL_OPTS="${RUSTUP_INSTALL_OPTS}"' > /tmp/rustup_install_opts.txt