Skip to content

Commit ea0e3ea

Browse files
Update git-init.Dockerfile
1 parent dadece3 commit ea0e3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 2 additions & 2 deletions
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
@@ -40,4 +40,4 @@ LABEL \
4040
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot -d /home/git -m nonroot
4141
USER 65532
4242

43-
ENTRYPOINT ["/ko-app/git-init"]
43+
ENTRYPOINT ["/ko-app/git-init"]

0 commit comments

Comments
 (0)