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
+1
View File
@@ -2,6 +2,7 @@ FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
git \
build-essential \ build-essential \
pkg-config \ pkg-config \
libsecp256k1-dev \ 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 \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
git \
build-essential \ build-essential \
pkg-config \ pkg-config \
libsecp256k1-dev \ libsecp256k1-dev \