diff --git a/Dockerfile b/Dockerfile index 0494517f..23140ccf 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 31e68d0a..4e80dd03 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 \