File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN tar xzf ${BITCOIN_TARBALL} --strip-components=1
46
46
ARG LITECOIN_VERSION=0.16.3
47
47
ARG LITECOIN_BASE_URL=https://download.litecoin.org/litecoin-${LITECOIN_VERSION}
48
48
ARG LITECOIN_URL=${LITECOIN_BASE_URL}/linux
49
- ARG LITECOIN_TARBALL=litecoin-${LITECOIN_VERSION}-${TARBALL_ARCH }.tar.gz
49
+ ARG LITECOIN_TARBALL=litecoin-${LITECOIN_VERSION}-${TARGET_ARCH_TARBALL }.tar.gz
50
50
51
51
WORKDIR /opt/litecoin
52
52
@@ -186,8 +186,6 @@ COPY --from=builder /tmp/lightning_install/ /usr/local/
186
186
187
187
COPY tools/docker-entrypoint.sh /entrypoint.sh
188
188
189
- # TODO: user creation. user permissions on volume.
190
-
191
189
ENV LIGHTNINGD_DATA=/root/.lightning
192
190
ENV LIGHTNINGD_RPC_PORT=9835
193
191
ENV LIGHTNINGD_PORT=9735
You can’t perform that action at this time.
0 commit comments