From 7bf732acf6b220a6d5039301f6916af017973c65 Mon Sep 17 00:00:00 2001 From: Gonzalo Javier Aune Date: Wed, 20 May 2020 17:44:42 +0100 Subject: [PATCH] added arg for sphinx keysend --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8362c12..2d4a895 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,10 @@ COPY ./docker/lnd.conf.sample /relay/.lnd/lnd.conf RUN git clone https://github.com/stakwork/sphinx-keysend-test/ /sphinx-keysend/ WORKDIR /sphinx-keysend/ -RUN git checkout binary + +ARG sphinx_keysend_checkout="binary" + +RUN git checkout $sphinx_keysend_checkout RUN npm install WORKDIR /relay/