mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 01:18:17 +02:00
add jq tool to Docker image so we can parse lncli output
This commit is contained in:
@@ -26,9 +26,10 @@ FROM alpine as final
|
|||||||
# Define a root volume for data persistence.
|
# Define a root volume for data persistence.
|
||||||
VOLUME /root/.lnd
|
VOLUME /root/.lnd
|
||||||
|
|
||||||
# Add bash and ca-certs, for quality of life and SSL-related reasons.
|
# Add bash, jq and ca-certs, for quality of life and SSL-related reasons.
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
bash \
|
bash \
|
||||||
|
jq \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
||||||
# Copy the binaries from the builder image.
|
# Copy the binaries from the builder image.
|
||||||
|
Reference in New Issue
Block a user