deepmage121 commited on
Commit
13f7398
·
1 Parent(s): 65b89e6

add git to dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM ghcr.io/astral-sh/uv:0.6.16-python3.12-bookworm-slim
2
 
 
 
3
  WORKDIR /app
4
 
5
  ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
 
1
  FROM ghcr.io/astral-sh/uv:0.6.16-python3.12-bookworm-slim
2
 
3
+ RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
4
+
5
  WORKDIR /app
6
 
7
  ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy