Skip to content

Commit 68ff85e

Browse files
authored
commit for test-existing-repo (#17)
This should build and deploy the container in Stage.
1 parent d9862bd commit 68ff85e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM python:3.13-slim
2+
# update Dockerfile for test-of-existing-repo branch
23

34
RUN apt-get update && \
4-
apt-get install -y --no-install-recommends ca-certificates && \
5+
apt-get install -y --no-install-recommends git ca-certificates && \
56
rm -rf /var/lib/apt/lists/*
67

78
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv

0 commit comments

Comments
 (0)