fix VLS_GIT_HASH handling
This commit is contained in:
parent
0833cfba0e
commit
a0ca938155
@ -89,7 +89,7 @@ ARG VLS_GIT_HASH=3abcd9525ff8da751a4a450ea40753f8bfbb80dd \
|
|||||||
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
|
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
|
||||||
RUN git clone $VLS_REPO vls
|
RUN git clone $VLS_REPO vls
|
||||||
RUN cd vls && \
|
RUN cd vls && \
|
||||||
echo building $VLS_GIT_HASH \
|
echo building $VLS_GIT_HASH && \
|
||||||
git checkout $VLS_GIT_HASH && \
|
git checkout $VLS_GIT_HASH && \
|
||||||
cargo install --locked --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
|
cargo install --locked --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
|
||||||
cargo clean
|
cargo clean
|
||||||
|
@ -15,7 +15,7 @@ RUN apk update && \
|
|||||||
ARG VLS_GIT_HASH=3abcd9525ff8da751a4a450ea40753f8bfbb80dd
|
ARG VLS_GIT_HASH=3abcd9525ff8da751a4a450ea40753f8bfbb80dd
|
||||||
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
||||||
RUN cd vls && \
|
RUN cd vls && \
|
||||||
echo building $VLS_GIT_HASH \
|
echo building $VLS_GIT_HASH && \
|
||||||
git checkout $VLS_GIT_HASH && \
|
git checkout $VLS_GIT_HASH && \
|
||||||
cargo install --locked --path ./vls-proxy --bin vlsd2 --profile release --root /usr/local/ && \
|
cargo install --locked --path ./vls-proxy --bin vlsd2 --profile release --root /usr/local/ && \
|
||||||
cargo install --locked --path ./vls-cli --profile release --root /usr/local/ && \
|
cargo install --locked --path ./vls-cli --profile release --root /usr/local/ && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user