From d345d3b53fc2db23ebd2b4de8126e06af35f1f37 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 May 2026 17:56:03 +0200 Subject: [PATCH] add missing git dep. to display correct commit --- Dockerfile | 1 + Dockerfile.full | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0494517..23140cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ + git \ build-essential \ pkg-config \ libsecp256k1-dev \ diff --git a/Dockerfile.full b/Dockerfile.full index 31e68d0..4e80dd0 100644 --- a/Dockerfile.full +++ b/Dockerfile.full @@ -20,6 +20,7 @@ FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim AS runner RUN apt-get update \ && apt-get install -y --no-install-recommends \ + git \ build-essential \ pkg-config \ libsecp256k1-dev \