Skip to content

Commit 772874c

Browse files
committed
Add git to image
1 parent 47f9162 commit 772874c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Containerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ COPY --from=gcr.io/google_containers/pause:latest /pause /bin/
88
# Install uv
99
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
1010

11-
RUN apt -y update && apt -y install rsync && apt clean
11+
RUN apt -y update && \
12+
apt -y install \
13+
git \
14+
rsync && \
15+
apt clean
1216

1317
# Set working directory to a path that will stable
1418
# writable by default on OpenShift

0 commit comments

Comments
 (0)