Skip to content

Commit f544fb5

Browse files
committed
Use microdnf instead of dnf
Signed-off-by: divyansh42 <[email protected]>
1 parent 48147ef commit f544fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV BINARY=git-init \
1919
KO_APP=/ko-app \
2020
KO_DATA_PATH=/kodata
2121

22-
RUN dnf install -y openssh-clients git git-lfs shadow-utils
22+
RUN microdnf install -y openssh-clients git git-lfs shadow-utils
2323

2424
COPY --from=builder /tmp/tektoncd-catalog-git-clone ${KO_APP}/${BINARY}
2525
COPY head ${KO_DATA_PATH}/HEAD

0 commit comments

Comments
 (0)