Merge branch 'lightningd-repo' into 'main'
chore: core-lightning change branch, clboss change repo See merge request lightning-signer/vls-container!4
This commit is contained in:
commit
b5b1203de3
@ -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) && \
|
||||||
@ -41,7 +42,7 @@ RUN apk add \
|
|||||||
pkgconf \
|
pkgconf \
|
||||||
sqlite-dev
|
sqlite-dev
|
||||||
|
|
||||||
RUN git clone -b 2023-09-gnuc-version --recurse-submodules https://github.com/ksedgwic/clboss.git /clboss && \
|
RUN git clone --recurse-submodules https://github.com/ZmnSCPxj/clboss.git /clboss && \
|
||||||
cd /clboss && \
|
cd /clboss && \
|
||||||
autoreconf -i && \
|
autoreconf -i && \
|
||||||
./configure --prefix=/usr && \
|
./configure --prefix=/usr && \
|
||||||
@ -103,4 +104,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=30s \
|
|||||||
CMD lighting-cli --testnet getinfo
|
CMD lighting-cli --testnet getinfo
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["lightningd"]
|
CMD ["lightningd"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user