This commit is contained in:
parent
51688fda38
commit
1df5274a52
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user