add missing git dep. to display correct commit

This commit is contained in:
root
2026-05-30 17:56:03 +02:00
parent 9fe13e9733
commit d345d3b53f
2 changed files with 2 additions and 0 deletions

View File

@@ -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 \

View File

@@ -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 \