From 9507316f69bcf905ad5bd8cfbd87a62ee902f323 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 5 Oct 2025 13:21:01 +0100 Subject: [PATCH] Update Dockerfile --- utils/docker/images/lthn-chain/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/docker/images/lthn-chain/Dockerfile b/utils/docker/images/lthn-chain/Dockerfile index 4d02f8c1..d84872b6 100644 --- a/utils/docker/images/lthn-chain/Dockerfile +++ b/utils/docker/images/lthn-chain/Dockerfile @@ -4,7 +4,10 @@ LABEL authors="snider" ARG BUILD_THREADS=1 ARG BUILD_TESTNET=1 ARG BUILD_STATIC=0 +ARG BUILD_LOCAL=1 ENV CONAN_HOME=/root/sdk +ARG BUILD_REPO=https://github.com/letheanVPN/blockchain.git +ARG BUILD_BRANCH=dev # CONAN: disables the generation of color escape characters. ENV NO_COLOR=1 ENV DEBIAN_FRONTEND=noninteractive @@ -34,10 +37,7 @@ WORKDIR /code FROM builder AS build ARG BUILD_THREADS=1 -ARG BUILD_BRANCH=dev -ARG BUILD_LOCAL=1 ARG BUILD_STATIC=0 -ARG BUILD_REPO=https://github.com/letheanVPN/blockchain.git ARG BUILD_FOLDER=build/release ARG BUILD_TYPE=Release ARG BUILD_TESTNET=1