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 47f9162 commit 772874cCopy full SHA for 772874c
Containerfile
@@ -8,7 +8,11 @@ COPY --from=gcr.io/google_containers/pause:latest /pause /bin/
8
# Install uv
9
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
10
11
-RUN apt -y update && apt -y install rsync && apt clean
+RUN apt -y update && \
12
+ apt -y install \
13
+ git \
14
+ rsync && \
15
+ apt clean
16
17
# Set working directory to a path that will stable
18
# writable by default on OpenShift
0 commit comments