Skip to content

Commit ec24f54

Browse files
committed
build: add git as build requirement
1 parent cc5b22c commit ec24f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM python:3.11-alpine3.20 AS builder
22

33
COPY --from=ghcr.io/astral-sh/uv:0.6.9 /uv /uvx /bin/
4+
RUN apk add git
45
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
56
# Disable Python downloads, because we want to use the system interpreter
67
# across both images. If using a managed Python version, it needs to be

0 commit comments

Comments
 (0)