Skip to content

Commit ce93f5e

Browse files
authored
Fix Git not included for building wheels (#583)
1 parent 1cc508a commit ce93f5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ ENV TINI_VERSION=v0.19.0
1515

1616
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
1717

18+
RUN apt-get update \
19+
&& apt-get install -y --no-install-recommends git \
20+
&& apt-get clean
21+
1822
WORKDIR /app/
1923

2024
COPY pyproject.toml uv.lock /app/

0 commit comments

Comments
 (0)