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 48147ef commit f544fb5Copy full SHA for f544fb5
.konflux/dockerfiles/git-init.Dockerfile
@@ -19,7 +19,7 @@ ENV BINARY=git-init \
19
KO_APP=/ko-app \
20
KO_DATA_PATH=/kodata
21
22
-RUN dnf install -y openssh-clients git git-lfs shadow-utils
+RUN microdnf install -y openssh-clients git git-lfs shadow-utils
23
24
COPY --from=builder /tmp/tektoncd-catalog-git-clone ${KO_APP}/${BINARY}
25
COPY head ${KO_DATA_PATH}/HEAD
0 commit comments