From 6303be3b0ebe1e4e98e4f4a4fccd6e0907e1ab32 Mon Sep 17 00:00:00 2001 From: nocci Date: Fri, 12 Dec 2025 12:53:44 +0000 Subject: [PATCH] Debug logging for exchange tarball selection --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e32a158..ccf465f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,6 +90,7 @@ RUN set -e; \ git clone --depth 1 --branch "${EXCHANGE_REF}" https://git.taler.net/exchange.git /src/exchange; \ EXCHANGE_DIR="/src/exchange"; \ fi; \ + echo "Using EXCHANGE_DIR=${EXCHANGE_DIR} (tar=${EXCHANGE_TAR})"; \ if [ "${EXCHANGE_TAR}" = "1" ]; then \ if [ -f "${EXCHANGE_DIR}/configure" ]; then \ echo "Using existing configure for Exchange tarball"; \