chore: update branch and deps for core-lightning
- branch was deleted added new - update deps Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
dd08acd01e
commit
76ee60d9b8
@ -14,6 +14,7 @@ RUN apk update && \
|
|||||||
cargo \
|
cargo \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
|
gmp-dev \
|
||||||
libsodium \
|
libsodium \
|
||||||
libtool \
|
libtool \
|
||||||
net-tools \
|
net-tools \
|
||||||
@ -26,7 +27,7 @@ RUN apk update && \
|
|||||||
zlib-dev \
|
zlib-dev \
|
||||||
zlib-static
|
zlib-static
|
||||||
|
|
||||||
RUN git clone -b 2023-08-remote-hsmd-v23.08rc3 --recursive https://github.com/lightning-signer/c-lightning.git /repo --recursive && \
|
RUN git clone -b 2023-08-remote-hsmd-v23.08 --recursive https://github.com/lightning-signer/c-lightning.git /repo --recursive && \
|
||||||
cd /repo && \
|
cd /repo && \
|
||||||
./configure --enable-static --prefix=/usr && \
|
./configure --enable-static --prefix=/usr && \
|
||||||
make -j $(nproc) && \
|
make -j $(nproc) && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user