We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887584e commit 86b366fCopy full SHA for 86b366f
1 file changed
Dockerfile
@@ -1,4 +1,8 @@
1
FROM python:3.12-slim
2
+RUN apt-get update \
3
+ && apt-get install -y --no-install-recommends git \
4
+ && apt-get purge -y --auto-remove \
5
+ && rm -rf /var/lib/apt/lists/*
6
COPY --from=ghcr.io/astral-sh/uv:0.4.28 /uv /uvx /bin/
7
WORKDIR /app
8
COPY . .
0 commit comments