Merge pull request #533 from Routstr/add-git-dep

add missing git dep. to display correct commit
This commit is contained in:
9qeklajc
2026-05-30 17:58:03 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
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 \
+1
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 \