Skip to content

Commit c3e4e8b

Browse files
author
Claudio Raimondi
committed
Refactor Dockerfile [skip ci]
1 parent f9f04e0 commit c3e4e8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN tar xzf ${BITCOIN_TARBALL} --strip-components=1
4646
ARG LITECOIN_VERSION=0.16.3
4747
ARG LITECOIN_BASE_URL=https://download.litecoin.org/litecoin-${LITECOIN_VERSION}
4848
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
5050

5151
WORKDIR /opt/litecoin
5252

@@ -186,8 +186,6 @@ COPY --from=builder /tmp/lightning_install/ /usr/local/
186186

187187
COPY tools/docker-entrypoint.sh /entrypoint.sh
188188

189-
#TODO: user creation. user permissions on volume.
190-
191189
ENV LIGHTNINGD_DATA=/root/.lightning
192190
ENV LIGHTNINGD_RPC_PORT=9835
193191
ENV LIGHTNINGD_PORT=9735

0 commit comments

Comments
 (0)