We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9862bd commit 68ff85eCopy full SHA for 68ff85e
Dockerfile
@@ -1,7 +1,8 @@
1
FROM python:3.13-slim
2
+# update Dockerfile for test-of-existing-repo branch
3
4
RUN apt-get update && \
- apt-get install -y --no-install-recommends ca-certificates && \
5
+ apt-get install -y --no-install-recommends git ca-certificates && \
6
rm -rf /var/lib/apt/lists/*
7
8
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
0 commit comments