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